Skip to content

Commit

Permalink
Bump test timeout to 330s
Browse files Browse the repository at this point in the history
Python 3.12 tests were becoming flakey.

Specifically: dandi/tests/test_metadata.py::test_nwb2asset_remote_asset - Failed: Timeout >300.0s
  • Loading branch information
asmacdo committed Sep 27, 2024
1 parent d5c4a3f commit 7065a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ changedir = docs
commands = sphinx-build -E -W -b html source build

[pytest]
addopts = --tb=short --durations=10 --timeout=300
addopts = --tb=short --durations=10 --timeout=330
markers =
integration
obolibrary
Expand Down

0 comments on commit 7065a3b

Please sign in to comment.