Skip to content

Commit

Permalink
increased time out
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Nov 10, 2023
1 parent c2946c1 commit 6206d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_task_16.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 6206d80

Please sign in to comment.