This is an automated email from the ASF dual-hosted git repository.
tonysun83 pushed a commit to branch mango-test-failures
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/mango-test-failures by this
push:
new d8b8044 up delay
d8b8044 is described below
commit d8b80441ff344ed7404fcc06d033d1b90d1a3765
Author: Tony Sun <[email protected]>
AuthorDate: Fri Oct 27 11:20:03 2017 -0700
up delay
---
src/mango/test/mango.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mango/test/mango.py b/src/mango/test/mango.py
index dd58e74..4ae015c 100644
--- a/src/mango/test/mango.py
+++ b/src/mango/test/mango.py
@@ -34,7 +34,7 @@ def get_from_environment(key, default):
return value if value is not None else default
# add delay functionality
-def delay(n=5, t=0.2):
+def delay(n=5, t=0.5):
for i in range(0, n):
time.sleep(t)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].