Skip to content

Commit

Permalink
[skip ci] Merge pull request #29 from rikigigi/devel
Browse files Browse the repository at this point in the history
 increased timeout for aarch64 test build in conda-forge
  • Loading branch information
rikigigi authored Jul 25, 2022
2 parents 07a4c84 + 19b70d3 commit 138425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def tb(filepath_tests):
execute=False
old_path=os.getcwd()
os.chdir(filepath_tests)
with testbook(filepath_tests + '/../notebooks/calc_inspector.ipynb', execute=execute, timeout=240) as tb:
with testbook(filepath_tests + '/../notebooks/calc_inspector.ipynb', execute=execute, timeout=480) as tb:
yield tb
os.chdir(old_path) #note that this is executed somewhen in the future

Expand Down

0 comments on commit 138425e

Please sign in to comment.