From 9094076de72f8011ddb1e62054f3a120192c33b4 Mon Sep 17 00:00:00 2001 From: Brennan Watt Date: Tue, 30 Aug 2022 21:07:32 -0700 Subject: [PATCH] Increase downstream-projects timeout (#27486) --- 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 280a4714f..40899d639 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -234,7 +234,7 @@ EOF cat >> "$output_file" <<"EOF" - command: "scripts/build-downstream-projects.sh" name: "downstream-projects" - timeout_in_minutes: 30 + timeout_in_minutes: 35 agents: queue: "solana" EOF