Skip to content

Commit 9187f21

Browse files
committed
deploy: update build and deploy timeout to 3600s
Flex deploys can take a very long time. Our build time itself is about 23 minutes, so let's give ourselves some more headroom. Change-Id: I2fa65bf1df6ef97aa4044ce3cfeaa47a429e39bd Reviewed-on: https://go-review.googlesource.com/c/playground/+/366180 Trust: Alexander Rakoczy <alex@golang.org> Run-TryBot: Alexander Rakoczy <alex@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> TryBot-Result: Go Bot <gobot@golang.org>
1 parent 5e565e5 commit 9187f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/deploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
]
3838
}
3939
],
40-
"timeout": "1800s"
40+
"timeout": "3600s"
4141
}

deploy/deploy_gotip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
]
2727
}
2828
],
29-
"timeout": "1800s"
29+
"timeout": "3600s"
3030
}

0 commit comments

Comments
 (0)