mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Log request error
This commit is contained in:
@@ -120,6 +120,7 @@ def verify_progress_page(expected_status_code, timeout):
|
||||
progress_page_status = True
|
||||
break
|
||||
except Exception as e:
|
||||
print(e)
|
||||
time.sleep(2)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user