Skip to content

Commit

Permalink
Update test_task_14.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Nov 10, 2023
1 parent 6206d80 commit c58d032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_task_14.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _notebook_run(path):
with open(path) as f:
nb = nbformat.read(f, as_version=4)
nb.metadata.get('kernelspec', {})['name'] = kernel_name
ep = ExecutePreprocessor(kernel_name=kernel_name, timeout=1900) #, allow_errors=True
ep = ExecutePreprocessor(kernel_name=kernel_name, timeout=4000) #, allow_errors=True

try:
ep.preprocess(nb, {'metadata': {'path': this_file_directory}})
Expand Down

0 comments on commit c58d032

Please sign in to comment.