Skip to content
Snippets Groups Projects
Commit 7e053a3d authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'feat-increase-timeout' into 'master'

Increase timeout to 600 second before terminating

See merge request rc/bc_uab_jupyter!13
parents ee93a331 a3451829
No related branches found
No related tags found
No related merge requests found
# Wait for the Jupyter Notebook server to start
echo "Waiting for Jupyter Notebook server to open port ${port}..."
echo "TIMING - Starting wait at: $(date)"
if wait_until_port_used "${host}:${port}" 60; then
if wait_until_port_used "${host}:${port}" 600; then
echo "Discovered Jupyter Notebook server listening on port ${port}!"
echo "TIMING - Wait ended at: $(date)"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment