Skip to content

Commit 364b1e3

Browse files
committed
Debug some time stuck issue
1 parent 98acfab commit 364b1e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ jobs:
9494
if: matrix.run-coverage == true
9595
timeout-minutes: 25
9696
run: |
97-
pytest -v -n 2 --headless --browser=${{ matrix.browser }} --pf-version=${{ matrix.pf-version }} --cov=./src --cov-report=xml --reruns 2 --reruns-delay 5
97+
pytest -v -n 2 --headless --browser=${{ matrix.browser }} --pf-version=${{ matrix.pf-version }} --cov=./src --cov-report=xml --reruns 2 --reruns-delay 5 --timeout=180
9898
9999
- name: Test with pytest (without coverage)
100100
if: matrix.run-coverage != true
101101
timeout-minutes: 25
102102
run: |
103-
pytest -v -n 2 --headless --browser=${{ matrix.browser }} --pf-version=${{ matrix.pf-version }} --reruns 2 --reruns-delay 5
103+
pytest -v -n 2 --headless --browser=${{ matrix.browser }} --pf-version=${{ matrix.pf-version }} --reruns 2 --reruns-delay 5 --timeout=180
104104
105105
- name: Upload coverage to Codecov
106106
if: matrix.run-coverage == true

0 commit comments

Comments
 (0)