Skip to content

Commit ece7168

Browse files
update timelimit for builder jobs
1 parent 8782eb5 commit ece7168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
176176

177177
Build(defs, conf, is_musl_build):: conf + setupJDKSources(conf) + (if is_musl_build then self.MuslBootJDK else self.BootJDK) + {
178178
name: "build-jdk" + conf.name,
179-
timelimit: "2:10:00", # Windows is the long pole
179+
timelimit: "2:30:00", # Windows is the long pole
180180
diskspace_required: "10G",
181181
logs: ["*.log"],
182182
targets: ["gate"],

0 commit comments

Comments
 (0)