diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-11 20:51:13 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-11 21:30:00 -0500 |
| commit | a1ce852e52f45da7528446cef3a1f02416531771 (patch) | |
| tree | c298a4aee36d483dc27a8097be8bc6b91985924c /.github/workflows/schedule_tests.yml | |
| parent | c0d7fbe5021b0d2aaa5bb1196a6b43afcecec4d0 (diff) | |
Refs #35844 -- Ran further selenium tests with --parallel=1.
Diffstat (limited to '.github/workflows/schedule_tests.yml')
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 4 |
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: |
