mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
increase progress page test timeout
seems to be why it fails sometimes
This commit is contained in:
@@ -185,7 +185,7 @@ def test_progress_page():
|
||||
)
|
||||
|
||||
# Check if progress page started
|
||||
started = verify_progress_page(expected_status_code=200, timeout=120)
|
||||
started = verify_progress_page(expected_status_code=200, timeout=180)
|
||||
assert started
|
||||
|
||||
# This will fail start tljh but should successfully get to the point
|
||||
|
||||
Reference in New Issue
Block a user