Skip to content

Commit

Permalink
audio: increase timeout to match hvm loading
Browse files Browse the repository at this point in the history
(cherry picked from commit 2fe57b6)
  • Loading branch information
easydozen authored and marmarek committed Oct 22, 2020
1 parent cbea985 commit 5767d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tests/integ/vm_qrexec_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def wait_for_pulseaudio_startup(self, vm):
# then wait for the stream to appear in dom0
local_user = grp.getgrnam('qubes').gr_mem[0]
p = self.loop.run_until_complete(asyncio.create_subprocess_shell(
"sudo -E -u {} timeout 30s sh -c '"
"sudo -E -u {} timeout 60s sh -c '"
"while ! pactl list sink-inputs | grep -q :{}; do sleep 1; done'"
.format(local_user, vm.name)))
self.loop.run_until_complete(p.wait())
Expand Down

0 comments on commit 5767d24

Please sign in to comment.