##// END OF EJS Templates
Merge pull request #3641 from minrk/travisempty...
Min RK -
r11441:c6d64922 merge
parent child Browse files
Show More
@@ -32,6 +32,10 b' def setup():'
32 32 KC.start_channels()
33 33
34 34 # wait for kernel to be ready
35 try:
36 msg = KC.iopub_channel.get_msg(block=True, timeout=10)
37 except Empty:
38 pass
35 39 KC.execute("pass")
36 40 KC.get_shell_msg(block=True, timeout=5)
37 41 flush_channels()
General Comments 0
You need to be logged in to leave comments. Login now