Give coverage build more time (#4572)

automerge
This commit is contained in:
Michael Vines 2019-06-06 11:07:32 -07:00 committed by Grimes
parent 2b98a16ec6
commit ee42040e6b
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ steps:
- wait
- command: "ci/test-stable-perf.sh"
name: "stable-perf"
timeout_in_minutes: 20
timeout_in_minutes: 30
artifact_paths: "log-*.txt"
agents:
- "queue=cuda"
@ -21,7 +21,7 @@ steps:
artifact_paths: "log-*.txt"
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
name: "coverage"
timeout_in_minutes: 20
timeout_in_minutes: 30
# TODO: Fix and re-enable test-large-network.sh
# - command: "ci/test-large-network.sh || true"
# name: "large-network [ignored]"