Skip to content

Commit 25be599

Browse files
dustymabejlebon
authored andcommitted
jobs/bump-lockfile: bump timout by 30m
Some recent changes like droping unsafety for the cache disk [1] and also adding a few more root reprovision tests that get run on the ppc64le platform [2] are causing us to bump up into the 2 hour time limit. Let's bump it. [1] coreos/coreos-assembler#3619 [2] coreos/fedora-coreos-config#2597
1 parent 73953af commit 25be599

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-${params.STREAM}") {
6666
cosaPod(image: cosa_img,
6767
cpu: "${ncpus}", memory: "${cosa_memory_request_mb}Mi",
6868
serviceAccount: "jenkins") {
69-
timeout(time: 120, unit: 'MINUTES') {
69+
timeout(time: 150, unit: 'MINUTES') {
7070
try {
7171

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

0 commit comments

Comments
 (0)