merge default

This commit is contained in:
Gregory P. Smith 2011-03-14 14:14:42 -04:00
commit 5865facfb6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class ProcessTestCase(BaseTestCase):
"import sys; sys.stdout.write('BDFL')\n"
"sys.stdout.flush()\n"
"while True: pass"],
timeout=0.5)
timeout=1.5)
self.fail("Expected TimeoutExpired.")
self.assertEqual(c.exception.output, b'BDFL')