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 !13
parents ee93a331 a3451829
No related tags found
1 merge request!13Increase timeout to 600 second before terminating
# Wait for the Jupyter Notebook server to start # Wait for the Jupyter Notebook server to start
echo "Waiting for Jupyter Notebook server to open port ${port}..." echo "Waiting for Jupyter Notebook server to open port ${port}..."
echo "TIMING - Starting wait at: $(date)" 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 "Discovered Jupyter Notebook server listening on port ${port}!"
echo "TIMING - Wait ended at: $(date)" echo "TIMING - Wait ended at: $(date)"
else 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