Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Apr 23, 2018
1 parent 987987c commit 9f0f5dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Increased timeout from 60 to 120 seconds.

## [0.2.0] - 2018-03-28
### Changed
Expand Down
2 changes: 1 addition & 1 deletion template/after.sh.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wait for the Jupyter Notebook server to start
echo "Waiting for Jupyter Notebook server to open port ${port}..."
if wait_until_port_used "${host}:${port}" 60; then
if wait_until_port_used "${host}:${port}" 120; then
echo "Discovered Jupyter Notebook server listening on port ${port}!"
else
echo "Timed out waiting for Jupyter Notebook server to open port ${port}!"
Expand Down

0 comments on commit 9f0f5dd

Please sign in to comment.