Skip to content

Commit

Permalink
[jupyter] Add a sleep before waiting for the server (for good measure)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaf89 committed Oct 16, 2024
1 parent 8559cb2 commit cbac896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/services/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Jupyter notebooks must be started as [slurm jobs](../jobs/submit.md). The follow
echo "Then navigate to:" >> "${connection_instructions}"

# Wait for the server to start
sleep 2s
# Wait and check that the landing page is available
curl \
--connect-timeout 10 \
--retry 5 \
Expand Down

0 comments on commit cbac896

Please sign in to comment.