Is your feature request related to a problem? Please describe.
I have some very slow notebooks that need a long timeout (longer than the default of 300s). I'm finding it inconvenient to edit the notebook json metadata manually, i.e. adding
"execution": {
"timeout": 3000
},
Describe the solution you'd like
It would be great to be able to instead specify this option on the command line from pytest, e.g.
Thanks for making this very useful plugin! 🙏
Is your feature request related to a problem? Please describe.
I have some very slow notebooks that need a long timeout (longer than the default of 300s). I'm finding it inconvenient to edit the notebook json metadata manually, i.e. adding
Describe the solution you'd like
It would be great to be able to instead specify this option on the command line from pytest, e.g.