Skip to content

Commit

Permalink
Increase health check timeout to 10min
Browse files Browse the repository at this point in the history
Unfortunate, but we need this sometime to wait
for a new node to come up.
  • Loading branch information
yuvipanda committed Mar 5, 2021
1 parent f51325e commit ca3ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ async def check_hub_health(self, test_notebook_path, service_api_token):
hub_url,
test_notebook_path,
username=username,
server_creation_timeout=300,
server_creation_timeout=600,
kernel_execution_timeout=300, # This doesn't do anything yet
create_user=True,
delete_user=False, # To be able to delete its server in case of failure
Expand Down

0 comments on commit ca3ad60

Please sign in to comment.