Skip to content

Commit 82d03ca

Browse files
authored
[Infra] - Increase unittest execution time since some test exceeds 1600 (NVIDIA#6277)
Signed-off-by: qqiao <[email protected]>
1 parent 7740bfa commit 82d03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/test_unittests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_unittests_v2(llm_root, llm_venv, case: str, output_dir, request):
122122
f'results-sub-unittests-{case_fn}.xml')
123123

124124
command = [
125-
'-m', 'pytest', ignore_opt, "-v", "--timeout=1600",
125+
'-m', 'pytest', ignore_opt, "-v", "--timeout=2400",
126126
"--timeout-method=thread"
127127
]
128128
if test_prefix:

0 commit comments

Comments
 (0)