Skip to content

Commit 95a6a64

Browse files
committed
Increase timelimit on slow platforms.
1 parent 1c33315 commit 95a6a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-nodejs/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local cicommon = import '../ci/common.jsonnet';
77
cd:: 'graal-nodejs',
88
suite_prefix:: 'nodejs', # for build job names
99
// 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',
10+
timelimit: if 'os' in self && (self.os == 'windows' || (self.os == 'darwin' && self.arch == 'amd64')) then '1:30:00' else '45:00',
1111
},
1212

1313
local ce = ci.ce,

0 commit comments

Comments
 (0)