Skip to content

Commit f036821

Browse files
committed
increase degree of concurreny to max 25 (20 for e2e and 5 for e2e-graal).
1 parent efb4672 commit f036821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
environment: E2E
9494
strategy:
9595
fail-fast: false
96-
max-parallel: 10
96+
max-parallel: 20
9797
matrix:
9898
java:
9999
- 11

0 commit comments

Comments
 (0)