Skip to content

Commit e55e6cc

Browse files
authored
Merge pull request #915 from dustymabe/dusty-bump-timeout
jobs/bump-lockfile: bump timeout again
2 parents 4bccf8d + 5e8c6de commit e55e6cc

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: 150, unit: 'MINUTES') {
69+
timeout(time: 180, unit: 'MINUTES') {
7070
try {
7171

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

0 commit comments

Comments
 (0)