mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
wait for kernel_ready after ws_closed_error
This commit is contained in:
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…
Reference in New Issue
Block a user