Skip to content

Commit

Permalink
Reduce examples ran in storage test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored and andreas-el committed Dec 2, 2024
1 parent 23d3346 commit 6197ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/unit_tests/storage/test_local_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ class Experiment:
observations: Dict[str, polars.DataFrame] = field(default_factory=dict)


@settings(max_examples=300)
@settings(max_examples=250)
class StatefulStorageTest(RuleBasedStateMachine):
"""
This test runs several commands against storage and
Expand Down

0 comments on commit 6197ed4

Please sign in to comment.