File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,23 +85,23 @@ jobs:
8585 (github.event_name == 'push' && github.ref == 'refs/heads/master')
8686 }}
8787
88- # E2E tests build and run Actors on the platform. The combination of max-parallel 2 with 16 pytest
88+ # E2E tests build and run Actors on the platform. The combination of max-parallel 4 with 16 pytest
8989 # workers and a global concurrency group is a compromise between stability and performance - it keeps
9090 # the platform's resource usage in check while still allowing reasonable test throughput.
9191 concurrency :
9292 group : e2e-tests
9393 cancel-in-progress : false
9494
9595 strategy :
96- max-parallel : 2
96+ max-parallel : 4
9797 matrix :
9898 os : ["ubuntu-latest"]
9999 python-version : ["3.10", "3.14"]
100100
101101 runs-on : ${{ matrix.os }}
102102
103103 env :
104- TESTS_CONCURRENCY : " 8 "
104+ TESTS_CONCURRENCY : " 16 "
105105
106106 steps :
107107 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments