We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aa4d5 commit c46b27cCopy full SHA for c46b27c
tests/test_properties.py
@@ -101,8 +101,8 @@ def test_array_creates_implicit_groups(array):
101
)
102
103
104
-# bump deadline from 200 to 300 to avoid (rare) intermittent timeouts
105
-@settings(deadline=300)
+# bump deadline from 200 to 500 to avoid (rare) intermittent timeouts
+@settings(deadline=500)
106
@given(data=st.data())
107
def test_basic_indexing(data: st.DataObject) -> None:
108
zarray = data.draw(simple_arrays())
0 commit comments