Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qubes/tests/integ/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def common_audio_record_unmuted(self, attach_mic=True, detach_mic=True):
kill_cmd = "pkill --signal SIGINT parecord"
record = self.loop.run_until_complete(self.testvm1.run(record_cmd))
# give it time to start recording
self.loop.run_until_complete(asyncio.sleep(0.5))
self.loop.run_until_complete(asyncio.sleep(2))

# play sound that will be used as source-output
play_cmd = [
Expand Down