Skip to content

Commit 8c6bf96

Browse files
committed
Increase timeout for maven dry run gate.
1 parent 6bad530 commit 8c6bf96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ local common = import '../common.jsonnet';
4040
['mvn', '-Dgraalvm.version=GATE', 'package'],
4141
['mvn', '-Dgraalvm.version=GATE', 'exec:exec'],
4242
],
43-
timelimit: '10:00',
43+
timelimit: '15:00',
4444
},
4545

4646
local webassemblyTest = {

0 commit comments

Comments
 (0)