pgj commented on code in PR #5220:
URL: https://github.com/apache/couchdb/pull/5220#discussion_r1750893986
##########
src/mango/test/mango.py:
##########
@@ -120,6 +120,8 @@ def recreate(self):
# db exists and it is empty -- exit condition is met
return
self.delete()
+ else:
+ r.raise_for_status()
Review Comment:
Oh, sorry — that is just a linear back-off. But what I wanted to say here
is that we are already increasing the timeout on each try.
--
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]