Skip to content

Commit

Permalink
v2.0: ci: increase timeout for check3 (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Sep 28, 2024
1 parent 3ade64b commit 0ab59bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ wait_step() {
all_test_steps() {
command_step checks1 "ci/docker-run-default-image.sh ci/test-checks.sh" 20 check
command_step checks2 "ci/docker-run-default-image.sh ci/test-dev-context-only-utils.sh check-bins" 15 check
command_step checks3 "ci/docker-run-default-image.sh ci/test-dev-context-only-utils.sh check-all-targets" 15 check
command_step checks3 "ci/docker-run-default-image.sh ci/test-dev-context-only-utils.sh check-all-targets" 30 check
command_step miri "ci/docker-run-default-image.sh ci/test-miri.sh" 5 check
wait_step

Expand Down

0 comments on commit 0ab59bf

Please sign in to comment.