From 3d56585a976b55f2554166e5af5678f07deec331 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 10 Mar 2025 05:07:03 -0700 Subject: [PATCH] increase the timeout of nightly-test.yml (#4262) --- .github/workflows/nightly-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index 687fea7f7..577339be6 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -31,4 +31,4 @@ jobs: timeout-minutes: 120 run: | cd test/srt - python3 run_suite.py --suite nightly --timeout-per-file 2400 + python3 run_suite.py --suite nightly --timeout-per-file 3600