tests: make timeout it shutdown test even longer

Reduce false positives when testing on busy machine.
このコミットが含まれているのは:
Marek Marczykowski-Górecki 2018-10-14 03:32:17 +02:00
コミット 29a26e7d69
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 063938BA42CFA724

ファイルの表示

@ -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)