Author: Brian Kearns <bdkea...@gmail.com>
Branch: use-file-star-for-file
Changeset: r73551:7fa3a1ce2684
Date: 2014-09-16 12:48 -0400
http://bitbucket.org/pypy/pypy/changeset/7fa3a1ce2684/

Log:    give this test more time to pass

diff --git a/pypy/module/imp/test/test_import.py 
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.py
+++ b/pypy/module/imp/test/test_import.py
@@ -1325,7 +1325,7 @@
             for i in range(5):
                 thread.start_new_thread(check, ())
 
-            for n in range(100):
+            for n in range(200):
                 for i in range(105): time.sleep(0.001)
                 if len(got) == 5:
                     break
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to