mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Unix: Longer timeout so tests stop failing that often.
This commit is contained in:
parent
7a9ab562b7
commit
d4e07c7713
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user