Skip to content

Commit 2662e5a

Browse files
committed
Reduce timeout to test
Signed-off-by: qqiao <qqiao@nvidia.com>
1 parent be7c19f commit 2662e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/L0_Test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def getPytestBaseCommandLine(
746746
List<String> extraArgs = []
747747
) {
748748
def extraInternalEnv = ""
749-
def pytestTestTimeout = "3600"
749+
def pytestTestTimeout = "1800"
750750

751751
// TRT uses half of the host logic cores for engine building which is bad for multi-GPU machines.
752752
extraInternalEnv = "__LUNOWUD=\"-thread_pool_size=${TESTER_CORES}\""

0 commit comments

Comments
 (0)