We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24104a commit 7ae74b0Copy full SHA for 7ae74b0
ci/utils.libsonnet
@@ -67,7 +67,7 @@ local graal_common = import "graal/ci/common.jsonnet";
67
if std.count(["linux", "windows"], b.os) > 0 then
68
{timelimit: "01:00:00"}
69
else
70
- {timelimit: "00:30:00"}
+ {timelimit: "00:40:00"}
71
)
72
73
{}
0 commit comments