wait for kernel_ready after ws_closed_error

Min RK 12 years ago
parent 42f0684994
commit 4871cc4f1d

@ -269,6 +269,8 @@ casper.notebook_test(function () {
});
}
);
// wait for any last idle/busy messages to be handled
this.wait_for_kernel_ready();
// start the kernel back up
this.thenEvaluate(function () {

Loading…
Cancel
Save