Skip to content

Commit dd10c24

Browse files
committed
cleanup Hypothesis warning
1 parent d4bc403 commit dd10c24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/trinity/core/p2p-proto/test_state_sync.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ def make_random_trie(random):
4747

4848

4949
@given(random=strategies.randoms())
50-
@settings(max_examples=10)
50+
@settings(
51+
max_examples=10,
52+
deadline=4000,
53+
)
5154
@example(random=RandomWithSeed(EXAMPLE_37968))
5255
@example(random=RandomWithSeed(EXAMPLE_809368))
5356
def test_trie_sync(random, event_loop):

0 commit comments

Comments
 (0)