Skip to content

Commit

Permalink
jobs/bump-lockfile: bump timout by 30m
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dustymabe authored and jlebon committed Sep 16, 2023
1 parent 73953af commit 25be599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/bump-lockfile.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lock(resource: "bump-${params.STREAM}") {
cosaPod(image: cosa_img,
cpu: "${ncpus}", memory: "${cosa_memory_request_mb}Mi",
serviceAccount: "jenkins") {
timeout(time: 120, unit: 'MINUTES') {
timeout(time: 150, unit: 'MINUTES') {
try {

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

0 comments on commit 25be599

Please sign in to comment.