Extend Stable CI job timeout to 60 minutes (#7604)

This commit is contained in:
Dan Albert 2019-12-22 22:14:07 -05:00 committed by Michael Vines
parent c8fe4043b6
commit 7329d4bf3a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
timeout_in_minutes: 30
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-stable.sh"
name: "stable"
timeout_in_minutes: 40
timeout_in_minutes: 60
artifact_paths: "log-*.txt"
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-move.sh"
name: "move"