From 1f7a8130511fd12b96d2d314af1fb4061b049a88 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sun, 22 Feb 2026 20:26:56 +0800 Subject: [PATCH] [CI]Extend timeout for test_text_models_perf.py (#19155) --- .github/workflows/nightly-test-nvidia.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-test-nvidia.yml b/.github/workflows/nightly-test-nvidia.yml index 544276399..e95078cb7 100644 --- a/.github/workflows/nightly-test-nvidia.yml +++ b/.github/workflows/nightly-test-nvidia.yml @@ -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: