##// END OF EJS Templates
Fix an issue in the `kernel_running` function of the JS tests,...
Fix an issue in the `kernel_running` function of the JS tests, This fix allows the JS test to be ran against a remote server with a higher than LAN latency. This bug in our testing framework was exposed when running `iptest js/widgets --url` against tmpnb.

File last commit:

r16120:24b93a1d
r18449:70f3edcd
Show More
client.py
3 lines | 62 B | text/x-python | PythonLexer
from IPython.parallel.client import Client
client = Client()