Skip to content

Commit 12b9164

Browse files
committed
Merge pull request #129 from SethTisue/longer-community-build-timeout
increase community build timeout from 400 to 600 minutes
2 parents ff5cb5a + d461299 commit 12b9164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default/jobs/scala/integrate/community-build.xml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description: "Community Build",
88
nodeRestriction: "public",
99
maxConcurrentPerNode: 1,
10-
buildTimeoutMinutes: 400,
10+
buildTimeoutMinutes: 600,
1111
jvmVersion: @jvmVersionForBranch,
1212
jvmFlavor: @jvmFlavorForBranch,
1313
params: [

0 commit comments

Comments
 (0)