This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 211-update-2 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit a48ea62d6c83b03a2ecf1f2d40dd39371546edd2 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]>.
