Skip to content

Commit 0340c92

Browse files
authored
Update BuildDockerImage.groovy
Signed-off-by: Yanchao Lu <[email protected]>
1 parent 3795c6f commit 0340c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/BuildDockerImage.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def buildImage(config, imageKeyToTag)
372372
IMAGE_WITH_TAG=${imageWithTag} \
373373
STAGE=${dockerfileStage} \
374374
BUILD_WHEEL_OPTS='-j ${build_jobs}' ${args} ${buildWheelArgs}
375-
""", sleepInSecs: randomSleep, numRetries: 6, shortCommondRunTimeMax: 10800)
375+
""", sleepInSecs: randomSleep, numRetries: 6, shortCommondRunTimeMax: 7200)
376376
}
377377
if (target == "ngc-release") {
378378
imageKeyToTag["NGC Release Image ${config.arch}"] = imageWithTag

0 commit comments

Comments
 (0)