Unix: Longer timeout so tests stop failing that often.

This commit is contained in:
Valentin Lorentz 2014-11-24 19:09:11 +01:00
parent 7a9ab562b7
commit d4e07c7713
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ if os.name == 'posix':
def testPing6Count(self):
self.assertNotError('unix ping6 --c 1 ::1')
self.assertError('unix ping6 --c a ::1')
self.assertRegexp('unix ping6 --c 11 ::1','10 packets')
self.assertRegexp('unix ping6 --c 11 ::1','10 packets',
timeout=12)
self.assertRegexp('unix ping6 ::1','5 packets')
def testPing6Interval(self):
self.assertNotError('unix ping6 --i 1 --c 1 ::1')