Bug 1003408 - increase timeout for test_start_with_outputTimeout to avoid failures on test machines; r=wlach

This commit is contained in:
Dan Minor 2015-01-23 12:51:34 -05:00
parent f3bea01d8e
commit 689078fc6c

View File

@ -40,6 +40,6 @@ class MozrunnerStartTestCase(mozrunnertest.MozrunnerTestCase):
def test_start_with_outputTimeout(self):
"""Start the process and set a timeout"""
self.runner.start(outputTimeout=2)
sleep(5)
sleep(15)
self.assertFalse(self.runner.is_running())