Skip to content

Commit 1ae4032

Browse files
committed
pin common tests to 1 worker
1 parent 0ca6fbb commit 1ae4032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
python setup.py bdist_wheel
9999
python -m playwright install --with-deps ${{ matrix.browser }}
100100
- name: Common Tests
101-
run: pytest tests/common --browser=${{ matrix.browser }} --timeout 90
101+
run: pytest tests/common --browser=${{ matrix.browser }} --timeout 90 --numprocesses=1
102102
- name: Test Reference count
103103
run: pytest tests/test_reference_count_async.py --browser=${{ matrix.browser }}
104104
- name: Test Wheel Installation

0 commit comments

Comments
 (0)