chore: increase stable-perf timeout_in_minutes to 35 (#29551)

This commit is contained in:
Yihau Chen 2023-01-06 17:27:25 +08:00 committed by GitHub
parent 8e19909c7d
commit b030a96321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"