Skip to content

Commit cda9fc8

Browse files
extend timeout for test-libgraal-* jobs
1 parent b8fa848 commit cda9fc8

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
@@ -339,7 +339,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
339339
# Build and test LibGraal
340340
TestLibGraal(defs, conf):: conf + requireLabsJDK(conf) + clone_graal(defs) {
341341
name: "test-libgraal" + conf.name,
342-
timelimit: "1:30:00",
342+
timelimit: "1:45:00",
343343
logs: ["*.log"],
344344
targets: ["gate"],
345345
run+: [

0 commit comments

Comments
 (0)