mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
more info on timeout
This commit is contained in:
parent
a0929ab8c1
commit
c54b4f0e1d
@ -169,7 +169,11 @@ casper.wait_for_output = function (cell_num, out_num) {
|
||||
},
|
||||
function then() { },
|
||||
function timeout() {
|
||||
this.echo("wait_for_output timed out!");
|
||||
this.echo("wait_for_output timed out on cell "+cell_num+", waiting for "+out_num+"outputs .");
|
||||
pn = this.evaluate(function get_prompt(c) {
|
||||
return IPython.notebook.get_cell(c).input_prompt_number;
|
||||
});
|
||||
this.echo("cell prompt was :'"+pn+"'.")
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user