Skip to content

Commit da7e844

Browse files
dustymabejlebon
authored andcommitted
jobs/bump-lockfile: more time
We have a real problem on our ppc64le builder. Until we can figure it out we bump time yet again.
1 parent e55e6cc commit da7e844

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
@@ -66,7 +66,7 @@ lock(resource: "bump-lockfile") {
6666
cosaPod(image: cosa_img,
6767
cpu: "${ncpus}", memory: "${cosa_memory_request_mb}Mi",
6868
serviceAccount: "jenkins") {
69-
timeout(time: 180, unit: 'MINUTES') {
69+
timeout(time: 240, unit: 'MINUTES') {
7070
try {
7171

7272
currentBuild.description = "[${params.STREAM}] Running"

0 commit comments

Comments
 (0)