mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
test refactor: be more generous with timeout values
This commit is contained in:
4
.github/workflows/integration-test.yaml
vendored
4
.github/workflows/integration-test.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user