Increase build timeout to 8 minutes

This commit is contained in:
Piotr Kozimor 2022-09-15 09:17:42 +02:00
parent 183c42f4e7
commit 4f040c26d7
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ steps:
- CLOUDSDK_CONTAINER_CLUSTER=synapse
images:
- gcr.io/$PROJECT_ID/dendrite-monolith:$COMMIT_SHA
timeout: 360s
timeout: 480s

View file

@ -9,4 +9,4 @@ steps:
- CLOUDSDK_CONTAINER_CLUSTER=synapse-production
images:
- gcr.io/$PROJECT_ID/dendrite-monolith:$TAG_NAME
timeout: 360s
timeout: 480s