summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Sun <tony.sun427@gmail.com>2017-10-27 11:20:03 -0700
committerJoan Touzet <wohali@users.noreply.github.com>2017-10-31 22:52:10 -0400
commitee6d851a84c69521b3a91831ce42e9d9bb65a925 (patch)
tree495f2a381e5ab22f9c3789d92ad1eb9b6dd8867b
parent5ef1810882689837c2887b9068e9f1053f3a8340 (diff)
downloadcouchdb-ee6d851a84c69521b3a91831ce42e9d9bb65a925.tar.gz
up delay
-rw-r--r--src/mango/test/mango.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mango/test/mango.py b/src/mango/test/mango.py
index dd58e7461..4ae015cb5 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)