We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab3a14 commit 0bb84d9Copy full SHA for 0bb84d9
tests/tutorials_test.py
@@ -22,7 +22,7 @@ def test_tutorials(notebook_path):
22
"""Test that all notebooks in the tutorials directory can be executed."""
23
with open(notebook_path) as f:
24
nb = nbformat.read(f, as_version=4)
25
- ep = ExecutePreprocessor(timeout=600, kernel_name='python3')
+ ep = ExecutePreprocessor(timeout=1200, kernel_name='python3')
26
print(f"Executing notebook {notebook_path}")
27
try:
28
ep.preprocess(nb, {'metadata': {'path': os.path.dirname(notebook_path)}})
0 commit comments