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

Increase timeout to 600 second before terminating

parent ee93a331
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