We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7c19f commit 2662e5aCopy full SHA for 2662e5a
jenkins/L0_Test.groovy
@@ -746,7 +746,7 @@ def getPytestBaseCommandLine(
746
List<String> extraArgs = []
747
) {
748
def extraInternalEnv = ""
749
- def pytestTestTimeout = "3600"
+ def pytestTestTimeout = "1800"
750
751
// TRT uses half of the host logic cores for engine building which is bad for multi-GPU machines.
752
extraInternalEnv = "__LUNOWUD=\"-thread_pool_size=${TESTER_CORES}\""
0 commit comments