Use a different timeout for nightly vs daytime (release and extended) builds (#9330)

This commit is contained in:
ohemorange
2022-06-22 18:06:53 -07:00
committed by GitHub
parent 49f21bcc9f
commit 1d2540629f
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ variables:
# We don't publish our Docker images in this pipeline, but when building them
# for testing, let's use the nightly tag.
dockerTag: nightly
snapBuildTimeout: 5400
stages:
- template: templates/stages/test-and-package-stage.yml