Skip to content

Commit c46b27c

Browse files
committed
Bump up hypothesis deadline
1 parent 66aa4d5 commit c46b27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_properties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ def test_array_creates_implicit_groups(array):
101101
)
102102

103103

104-
# bump deadline from 200 to 300 to avoid (rare) intermittent timeouts
105-
@settings(deadline=300)
104+
# bump deadline from 200 to 500 to avoid (rare) intermittent timeouts
105+
@settings(deadline=500)
106106
@given(data=st.data())
107107
def test_basic_indexing(data: st.DataObject) -> None:
108108
zarray = data.draw(simple_arrays())

0 commit comments

Comments
 (0)