Skip to content

Commit

Permalink
increased timeout for aarch64 test build in conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
rikigigi committed Jul 25, 2022
1 parent 21be532 commit 19b70d3
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 19b70d3

Please sign in to comment.