##// END OF EJS Templates
increase registration timeout...
increase registration timeout to highest of 10 seconds or 5 heartbeat periods Should reduce stalled registration notices (#2996)

File last commit:

r2058:7e8fc59a
r9868:b54b410b
Show More
irunner
9 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython.lib import irunner
irunner.main()