[CI]Extend timeout for test_text_models_perf.py (#19155)

This commit is contained in:
Baizhou Zhang
2026-02-22 20:26:56 +08:00
committed by GitHub
parent 7d4860bc5e
commit 1f7a813051
+2 -2
View File
@@ -325,7 +325,7 @@ jobs:
run: |
cd test
rm -rf performance_profiles_text_models/
python3 run_suite.py --hw cuda --suite nightly-perf-text-2-gpu --nightly --continue-on-error
python3 run_suite.py --hw cuda --suite nightly-perf-text-2-gpu --nightly --continue-on-error --timeout-per-file 3600
- name: Publish traces to storage repo
env:
@@ -384,7 +384,7 @@ jobs:
run: |
cd test
rm -rf performance_profiles_vlms/
python3 run_suite.py --hw cuda --suite nightly-perf-vlm-2-gpu --nightly --continue-on-error
python3 run_suite.py --hw cuda --suite nightly-perf-vlm-2-gpu --nightly --continue-on-error --timeout-per-file 3600
- name: Publish traces to storage repo
env: