test refactor: be more generous with timeout values

This commit is contained in:
Erik Sundell
2023-06-07 00:34:02 +02:00
parent 7f873966b5
commit f127322aa3

View File

@@ -96,7 +96,7 @@ jobs:
test_proxy.py \ test_proxy.py \
test_install.py \ test_install.py \
test_extensions.py test_extensions.py
timeout-minutes: 10 timeout-minutes: 15
- name: show logs - name: show logs
run: | run: |
.github/integration-test.py show-logs basic-tests .github/integration-test.py show-logs basic-tests
@@ -108,7 +108,7 @@ jobs:
${{ matrix.extra_flags }} \ ${{ matrix.extra_flags }} \
test_admin_installer.py \ test_admin_installer.py \
test_simplest_plugin.py test_simplest_plugin.py
timeout-minutes: 5 timeout-minutes: 15
- name: show logs - name: show logs
run: | run: |
.github/integration-test.py show-logs admin-plugin-tests .github/integration-test.py show-logs admin-plugin-tests