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 1c33315 commit 95a6a64Copy full SHA for 95a6a64
graal-nodejs/ci.jsonnet
@@ -7,7 +7,7 @@ local cicommon = import '../ci/common.jsonnet';
7
cd:: 'graal-nodejs',
8
suite_prefix:: 'nodejs', # for build job names
9
// increase default timelimit on windows and darwin-amd64
10
- timelimit: if 'os' in self && (self.os == 'windows' || (self.os == 'darwin' && self.arch == 'amd64')) then '1:15:00' else '45:00',
+ timelimit: if 'os' in self && (self.os == 'windows' || (self.os == 'darwin' && self.arch == 'amd64')) then '1:30:00' else '45:00',
11
},
12
13
local ce = ci.ce,
0 commit comments