Skip to content

Commit

Permalink
Loosen timeout criteria
Browse files Browse the repository at this point in the history
GitHub's free macOS runners appear to be fairly slow
  • Loading branch information
mattwthompson committed Mar 21, 2024
1 parent ceeeaef commit 3b5e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yammbs/_tests/unit_tests/test_minimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_plugin_loadable(ethane):
)


@pytest.mark.timeout(1)
@pytest.mark.timeout(3)
def test_cached_force_fields_load_quickly():
"""Test that cached force fields are loaded quickly."""
from yammbs._minimize import _lazy_load_force_field
Expand Down

0 comments on commit 3b5e6a4

Please sign in to comment.