Skip to content

Commit

Permalink
Extend Stable CI job timeout to 60 minutes (solana-labs#7604)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaul000 authored and mvines committed Dec 23, 2019
1 parent c8fe404 commit 7329d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7329d4b

Please sign in to comment.