##// END OF EJS Templates
Adding comment about this fix.
Brian E. Granger -
Show More
@@ -16,6 +16,8 b' from IPython.utils.tempdir import TemporaryDirectory'
16 MAX_WAITTIME = 30 # seconds to wait for notebook server to start
16 MAX_WAITTIME = 30 # seconds to wait for notebook server to start
17 POLL_INTERVAL = 0.1 # time between attempts
17 POLL_INTERVAL = 0.1 # time between attempts
18
18
19 # TimeoutError is a builtin on Python 3. This can be removed when we stop
20 # supporting Python 2.
19 class TimeoutError(Exception):
21 class TimeoutError(Exception):
20 pass
22 pass
21
23
General Comments 0
You need to be logged in to leave comments. Login now