nbval icon indicating copy to clipboard operation
nbval copied to clipboard

`output_timeout` should be configurable

Open sbrugman opened this issue 5 years ago • 0 comments

The variable output_timeout is now a hardcoded constant:

https://github.com/computationalmodelling/nbval/blob/232d2496a01a5a5c96fe98b27977ae5505a15f5e/nbval/plugin.py#L336

For testing large outputs, such as notebook widgets, the 5 seconds are not sufficient. Making the variable configurable would solve that issue.

sbrugman avatar Feb 01 '20 15:02 sbrugman