We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599ef88 commit c46d62dCopy full SHA for c46d62d
qubes/tests/integ/dispvm.py
@@ -742,6 +742,10 @@ async def _test_019_preload_refresh(self):
742
await self.wait_preload(preload_max)
743
old_preload = self.disp_base.get_feat_preload()
744
await qube.start()
745
+ # If services are still starting, it may delay shutdown longer than
746
+ # the default timeout. Because we can't just kill default
747
+ # templates, wait gracefully for system services to have started.
748
+ qube.run_service_for_stdio("qubes.WaitForRunningSystem")
749
logger.info("shutdown '%s'", qube.name)
750
await qube.shutdown(wait=True)
751
0 commit comments