summaryrefslogtreecommitdiff
path: root/.github/workflows/schedule_tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/schedule_tests.yml')
-rw-r--r--.github/workflows/schedule_tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index 5490c35a4c..e2d3e55590 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -98,7 +98,7 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 1
selenium-postgresql:
runs-on: ubuntu-latest
@@ -136,7 +136,7 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 1
postgresql:
strategy: