Skip to content

Commit f98bc02

Browse files
dstansbydcherian
andauthored
Update tests/test_store/test_stateful.py
Co-authored-by: Deepak Cherian <[email protected]>
1 parent bbb0a0d commit f98bc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_store/test_stateful.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def mk_test_instance_sync() -> None:
3131
elif isinstance(sync_store, LocalStore):
3232
pytest.skip(reason="This test has errors")
3333
elif isinstance(sync_store, MemoryStore):
34-
run_state_machine_as_test(mk_test_instance_sync, settings=Settings(max_examples=5))
34+
run_state_machine_as_test(mk_test_instance_sync, settings=Settings(max_examples=50))
3535
else:
3636
run_state_machine_as_test(
3737
mk_test_instance_sync, settings=Settings(report_multiple_bugs=True)

0 commit comments

Comments
 (0)