|
94 | 94 | working-directory: examples/myworker |
95 | 95 | timeout-minutes: 10 |
96 | 96 | run: | |
97 | | - pytest -xsv tests --reruns 3 --rerun-except AssertionError |
| 97 | + pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
98 | 98 |
|
99 | 99 | range: |
100 | 100 | runs-on: ${{ matrix.os }} |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | working-directory: examples/range |
128 | 128 | timeout-minutes: 30 |
129 | 129 | run: | |
130 | | - pytest -xsv tests --reruns 3 --rerun-except AssertionError |
| 130 | + pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
131 | 131 |
|
132 | 132 | rabbitmq_management: |
133 | 133 | runs-on: ${{ matrix.os }} |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | working-directory: examples/rabbitmq_management |
161 | 161 | timeout-minutes: 10 |
162 | 162 | run: | |
163 | | - pytest -xsv tests --reruns 3 --rerun-except AssertionError |
| 163 | + pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
164 | 164 |
|
165 | 165 | django: |
166 | 166 | runs-on: ${{ matrix.os }} |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | timeout-minutes: 10 |
200 | 200 | run: | |
201 | 201 | export DJANGO_SETTINGS_MODULE=proj.settings |
202 | | - pytest -xsv tests --reruns 3 --rerun-except AssertionError |
| 202 | + pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
203 | 203 |
|
204 | 204 | myutils: |
205 | 205 | runs-on: ${{ matrix.os }} |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | working-directory: examples/myutils |
233 | 233 | timeout-minutes: 10 |
234 | 234 | run: | |
235 | | - pytest -xsv tests --reruns 3 --rerun-except AssertionError |
| 235 | + pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
236 | 236 |
|
237 | 237 | worker_pool: |
238 | 238 | runs-on: ${{ matrix.os }} |
@@ -265,7 +265,7 @@ jobs: |
265 | 265 | working-directory: examples/worker_pool |
266 | 266 | timeout-minutes: 10 |
267 | 267 | run: | |
268 | | - pytest -xsv tests --reruns 3 --rerun-except AssertionError |
| 268 | + pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
269 | 269 |
|
270 | 270 | hybrid_setup: |
271 | 271 | runs-on: ${{ matrix.os }} |
@@ -298,7 +298,7 @@ jobs: |
298 | 298 | working-directory: examples/hybrid_setup |
299 | 299 | timeout-minutes: 10 |
300 | 300 | run: | |
301 | | - pytest -xsv tests --reruns 5 --rerun-except AssertionError |
| 301 | + pytest -xsv tests --reruns 5 --reruns-delay 10 --rerun-except AssertionError |
302 | 302 |
|
303 | 303 | vhost: |
304 | 304 | runs-on: ${{ matrix.os }} |
@@ -331,4 +331,4 @@ jobs: |
331 | 331 | working-directory: examples/vhost |
332 | 332 | timeout-minutes: 10 |
333 | 333 | run: | |
334 | | - pytest -xsv tests --reruns 3 --rerun-except AssertionError |
| 334 | + pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
0 commit comments