Skip to content

Commit f4e48ef

Browse files
committed
running all unittests with jacoco, we need more time
1 parent 0d5fac3 commit f4e48ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249

250250
local coverageGate = commonBuilder + {
251251
targets: TARGET.weekly,
252-
timelimit: TIME_LIMIT["2h"],
252+
timelimit: TIME_LIMIT["4h"],
253253
run +: [
254254
// cannot run with excluded "GeneratedBy" since that would lead to "command line too long"
255255
// ['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)