Commit 80b92d10 authored by Reid Kleckner's avatar Reid Kleckner

Attempt a larger timeout value to satisfy the buildbots.

parent 1c711f0e
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment