Bump timeout for stable build

When the CI build machine caches are empty stable occasionally needs more than 20m
This commit is contained in:
Michael Vines
2018-07-13 09:17:45 -07:00
committed by GitHub
parent 2b0f6355af
commit b538b67524

View File

@ -3,7 +3,7 @@ steps:
name: "stable [public]" name: "stable [public]"
env: env:
CARGO_TARGET_CACHE_NAME: "stable" CARGO_TARGET_CACHE_NAME: "stable"
timeout_in_minutes: 20 timeout_in_minutes: 30
- command: "ci/shellcheck.sh" - command: "ci/shellcheck.sh"
name: "shellcheck [public]" name: "shellcheck [public]"
timeout_in_minutes: 20 timeout_in_minutes: 20