##// 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 16 MAX_WAITTIME = 30 # seconds to wait for notebook server to start
17 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 21 class TimeoutError(Exception):
20 22 pass
21 23
General Comments 0
You need to be logged in to leave comments. Login now