Skip to content

Commit

Permalink
Increased exection time to 500 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bammari committed Sep 25, 2023
1 parent c0f6c0b commit 20e2b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/notebooks/test_run_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _test_run_notebook(folder, notebook_fname, n_cells):
# change to notebook directory to allow testing
cwd = os.getcwd()
os.chdir(os.path.join(this_file_dir(), "..", "..", "docs", "notebooks", folder))
with testbook(notebook_fname, timeout=300, execute=True) as tb:
with testbook(notebook_fname, timeout=500, execute=True) as tb:
assert tb.code_cells_executed == n_cells
os.chdir(cwd)

Expand Down

0 comments on commit 20e2b1b

Please sign in to comment.