Skip to content

Commit

Permalink
Increase number of examples for stateful storage test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored and yngve-sk committed Nov 21, 2024
1 parent 9a15b1e commit 77cf86f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ert/unit_tests/storage/test_local_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import polars
import pytest
import xarray as xr
from hypothesis import assume, given, note
from hypothesis import assume, given, note, settings
from hypothesis.extra.numpy import arrays
from hypothesis.stateful import Bundle, RuleBasedStateMachine, initialize, rule

Expand Down Expand Up @@ -651,6 +651,7 @@ class Experiment:
observations: Dict[str, polars.DataFrame] = field(default_factory=dict)


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

0 comments on commit 77cf86f

Please sign in to comment.