Skip to content

Commit

Permalink
Constraint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jan 25, 2025
1 parent 7c1cc65 commit c94bb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin_random_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_if_negative_seeds_are_intercepted(self):
raise AssertionError(f"Plugin {key} has no seed")

@timeout_decorator.timeout(
TIMEOUT * 5, exception_message="test_if_run_number_changes_deterministic_seed timed out"
TIMEOUT * 2, exception_message="test_if_run_number_changes_deterministic_seed timed out"
)
def test_if_run_number_changes_deterministic_seed(self):

Expand Down

0 comments on commit c94bb88

Please sign in to comment.