Skip to content

Commit

Permalink
Merge pull request hail-is#29 from konradjk/patch-1
Browse files Browse the repository at this point in the history
Remove sleep
  • Loading branch information
Liam Abbott authored Sep 28, 2017
2 parents b59b185 + 8ccf6c0 commit f9d776d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloudtools/init_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,3 @@
call(['systemctl', 'daemon-reload'])
call(['systemctl', 'enable', 'jupyter'])
call(['service', 'jupyter', 'start'])

# sleep for 30 seconds to allow Jupyter notebook server to start
time.sleep(30)

0 comments on commit f9d776d

Please sign in to comment.