Skip to content

Commit a557dd4

Browse files
authored
Reduce invocations and iterations for correctness CI (#210)
1 parent 8d60d05 commit a557dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/configs/base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ suites:
5454
tomcat: 17
5555
xalan: 9
5656
zxing: 66
57-
timing_iteration: 3
58-
timeout: 900
57+
timing_iteration: 1
58+
timeout: 300
5959

6060
overrides:
61-
invocations: 3
61+
invocations: 1
6262
remote_host: null
6363

6464
modifiers:

0 commit comments

Comments
 (0)