Skip to content

Commit b72a322

Browse files
nikita-dubrovskiidustymabe
authored andcommitted
bump-lockfile: sync timeout with recent change to build.Jenkinsfile
The build job is already at 300, adjust timeout here to the same value.
1 parent 53b29b6 commit b72a322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/bump-lockfile.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def getLockfileInfo(lockfile) {
6363
// Keep in sync with build.Jenkinsfile
6464
def cosa_memory_request_mb = 10.5 * 1024 as Integer
6565
def ncpus = ((cosa_memory_request_mb - 512) / 1536) as Integer
66-
def timeout_mins = 240
66+
def timeout_mins = 300
6767

6868
lock(resource: "bump-${params.STREAM}") {
6969
echo "Waiting for bump-lockfile lock"

0 commit comments

Comments
 (0)