debian/tests/test-nut.py: Increase sleep after starting drivers
The tests are flaky on some architectures, try to wait a bit longer that the driver starts. Closes: #1023530 Gbp-Dch: Full
This commit is contained in:
parent
622db9c453
commit
a009ca10a3
2
debian/tests/test-nut.py
vendored
2
debian/tests/test-nut.py
vendored
|
@ -237,7 +237,7 @@ UPSMON_OPTIONS=""
|
|||
expected = 0
|
||||
result = 'Got exit code %d, expected %d\n' % (rc, expected)
|
||||
self.assertEqual(expected, rc, result + report)
|
||||
time.sleep(2)
|
||||
time.sleep(10)
|
||||
|
||||
def _stop(self):
|
||||
'''Stop NUT'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user