Skip to content

Commit b4f4287

Browse files
committed
Revert "EXPERIMENT: reduce prove-rules suite parallelism to 4 and increase their timeout"
This reverts commit 11ae8cd.
1 parent 4c3eed6 commit b4f4287

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ jobs:
108108
- name: 'Rules (booster)'
109109
test-suite: 'test-prove-rules'
110110
test-args:
111-
timeout: 120
112-
parallel: 4
111+
timeout: 100
112+
parallel: 6
113113
- name: 'Rules (booster-dev)'
114114
test-suite: 'test-prove-rules'
115115
test-args: '--use-booster-dev'
116-
timeout: 60
117-
parallel: 4
116+
timeout: 45
117+
parallel: 6
118118
- name: 'Functional'
119119
test-suite: 'test-prove-functional'
120120
test-args:

0 commit comments

Comments
 (0)