From b030a9632168692e413f0b85e92eb3a33443390e Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Fri, 6 Jan 2023 17:27:25 +0800 Subject: [PATCH] chore: increase stable-perf timeout_in_minutes to 35 (#29551) --- ci/buildkite-pipeline-in-disk.sh | 2 +- ci/buildkite-pipeline.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/buildkite-pipeline-in-disk.sh b/ci/buildkite-pipeline-in-disk.sh index 361bef9f3..56c5b0620 100644 --- a/ci/buildkite-pipeline-in-disk.sh +++ b/ci/buildkite-pipeline-in-disk.sh @@ -207,7 +207,7 @@ EOF cat >> "$output_file" <<"EOF" - command: "ci/test-stable-perf.sh" name: "stable-perf" - timeout_in_minutes: 20 + timeout_in_minutes: 35 artifact_paths: "log-*.txt" agents: queue: "cuda" diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 25a7b4d44..21f0b2a68 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -216,7 +216,7 @@ EOF cat >> "$output_file" <<"EOF" - command: "ci/test-stable-perf.sh" name: "stable-perf" - timeout_in_minutes: 20 + timeout_in_minutes: 35 artifact_paths: "log-*.txt" agents: queue: "cuda"