summaryrefslogtreecommitdiff
path: root/.github/workflows/selenium.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/selenium.yml')
-rw-r--r--.github/workflows/selenium.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml
index b9a573e37b..d62268658f 100644
--- a/.github/workflows/selenium.yml
+++ b/.github/workflows/selenium.yml
@@ -35,7 +35,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:
if: contains(github.event.pull_request.labels.*.name, 'selenium')
@@ -74,4 +74,4 @@ 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