[pypy-commit] pypy default: Wait longer in this test

arigo noreply at buildbot.pypy.org
Mon Nov 11 09:09:46 CET 2013


Author: Armin Rigo <arigo at 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)


More information about the pypy-commit mailing list