Skip to content

Commit 9b98ba5

Browse files
committed
increase time limit for coverage gate
1 parent 56f255a commit 9b98ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246

247247
local coverageGate = commonBuilder + {
248248
targets: TARGET.weekly,
249+
timelimit: TIME_LIMIT["2h"],
249250
run +: [
250251
// cannot run with excluded "GeneratedBy" since that would lead to "command line too long"
251252
// ['mx', '--jacoco-whitelist-package', 'com.oracle.graal.python', '--jacoco-exclude-annotation', '@GeneratedBy', '--strict-compliance', "--dynamicimports", super.dynamicImports, "--primary", 'gate', '-B=--force-deprecation-as-warning-for-dependencies', '--strict-mode', '--tags', "python-junit", '--jacocout', 'html'],

0 commit comments

Comments
 (0)