##// END OF EJS Templates
use quarter-second heartbeat period in IPython.parallel tests...
MinRK -
Show More
@@ -55,7 +55,7 b' def setup():'
55
55
56 cp = TestProcessLauncher()
56 cp = TestProcessLauncher()
57 cp.cmd_and_args = ipcontroller_cmd_argv + \
57 cp.cmd_and_args = ipcontroller_cmd_argv + \
58 ['--profile=iptest', '--log-level=50']
58 ['--profile=iptest', '--log-level=50', '--ping=250']
59 cp.start()
59 cp.start()
60 launchers.append(cp)
60 launchers.append(cp)
61 tic = time.time()
61 tic = time.time()
General Comments 0
You need to be logged in to leave comments. Login now