Skip to content

Commit 7ae74b0

Browse files
committed
Increase the default time limit for tier3 jobs
1 parent a24104a commit 7ae74b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/utils.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ local graal_common = import "graal/ci/common.jsonnet";
6767
if std.count(["linux", "windows"], b.os) > 0 then
6868
{timelimit: "01:00:00"}
6969
else
70-
{timelimit: "00:30:00"}
70+
{timelimit: "00:40:00"}
7171
)
7272
else
7373
{}

0 commit comments

Comments
 (0)