From 0ab59bff268d531282ca342168fb23966422f9c7 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Sat, 28 Sep 2024 23:05:04 +0800 Subject: [PATCH] v2.0: ci: increase timeout for check3 (#3017) --- ci/buildkite-pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 7d19808ddb8f72..f01797aea074fa 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -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