tests: make timeout it shutdown test even longer

Reduce false positives when testing on busy machine.
This commit is contained in:
Marek Marczykowski-Górecki 2018-10-14 03:32:17 +02:00
parent 3e28ccefde
commit 29a26e7d69
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -211,7 +211,7 @@ class TC_00_Basic(qubes.tests.SystemTestCase):
while self.vm.get_power_state() != 'Halted':
self.loop.run_until_complete(asyncio.sleep(1))
# and give a chance for both domain-shutdown handlers to execute
self.loop.run_until_complete(asyncio.sleep(1))
self.loop.run_until_complete(asyncio.sleep(3))
if self.test_failure_reason:
self.fail(self.test_failure_reason)