Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r67945:6f034f0a5e8c
Date: 2013-11-11 09:08 +0100
http://bitbucket.org/pypy/pypy/changeset/6f034f0a5e8c/

Log:    Wait longer in this test

diff --git a/pypy/module/__pypy__/test/test_signal.py 
b/pypy/module/__pypy__/test/test_signal.py
--- a/pypy/module/__pypy__/test/test_signal.py
+++ b/pypy/module/__pypy__/test/test_signal.py
@@ -56,7 +56,7 @@
                 interrupted = []
                 print('--- start ---')
                 thread.start_new_thread(subthread, ())
-                for j in range(10):
+                for j in range(30):
                     if len(done): break
                     print('.')
                     time.sleep(0.25)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to