Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit e0b0759

Browse files
committed
increase timeout?
1 parent e568980 commit e0b0759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/buildkite-pipeline.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ wait_step() {
140140
}
141141

142142
all_test_steps() {
143-
command_step checks ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image ci/test-checks.sh" 20 check
143+
command_step checks ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image ci/test-checks.sh" 30 check
144144
wait_step
145145

146146
# Full test suite
@@ -314,7 +314,7 @@ pull_or_push_steps() {
314314

315315
if [ -z "$diff_other_than_version_bump" ]; then
316316
echo "Diff only contains version bump."
317-
command_step checks ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image ci/test-checks.sh" 20
317+
command_step checks ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image ci/test-checks.sh" 30
318318
exit 0
319319
fi
320320
fi

0 commit comments

Comments
 (0)