summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/schedule_tests.yml4
-rw-r--r--.github/workflows/selenium.yml4
2 files changed, 4 insertions, 4 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:
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