iilyak commented on code in PR #4871:
URL: https://github.com/apache/couchdb/pull/4871#discussion_r1410757839


##########
src/mango/test/06-basic-text-test.py:
##########
@@ -580,6 +580,7 @@ def isFinite(num):
         not (math.isinf(num) or math.isnan(num))
 
     @given(f=st.floats().filter(isFinite).map(str) | st.floats().map(lambda f: 
f.hex()))
+    @settings(deadline=1000)

Review Comment:
   Is there something wrong with search. Why only this test fail?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to