Skip to content

Commit e286092

Browse files
authored
Merge pull request #1114 from jlebon/pr/bump-timeout
jobs/build-node-image: bump timeout
2 parents 195254b + 0db755b commit e286092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/build-node-image.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lock(resource: "build-node-image") {
5353
cosaPod(image: params.COREOS_ASSEMBLER_IMAGE,
5454
memory: "512Mi", kvm: false,
5555
serviceAccount: "jenkins") {
56-
timeout(time: 15, unit: 'MINUTES') {
56+
timeout(time: 45, unit: 'MINUTES') {
5757
try {
5858

5959
def output = shwrapCapture("git ls-remote ${src_config_url} ${src_config_ref}")

0 commit comments

Comments
 (0)