1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/d880c718ba98/
changeset:   d880c718ba98
user:        hpk42
date:        2012-05-18 13:56:49
summary:     use higher difference on timing
affected #:  1 file

diff -r a2574a0a06daf37c23a82b9a667b4d4798b67159 -r 
d880c718ba987e9cb20aa7b21204a2786a18962c testing/acceptance_test.py
--- a/testing/acceptance_test.py
+++ b/testing/acceptance_test.py
@@ -491,11 +491,11 @@
         import time
         frag = 0.02
         def test_2():
-            time.sleep(frag*2)
+            time.sleep(frag*5)
         def test_1():
             time.sleep(frag)
         def test_3():
-            time.sleep(frag*3)
+            time.sleep(frag*10)
     """
 
     def test_calls(self, testdir):

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to