Skip to content

Commit 0be3631

Browse files
committed
Merge remote-tracking branch 'origin/pr/683'
* origin/pr/683: tests: give it more time to start recording
2 parents 78aacd1 + 8190938 commit 0be3631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubes/tests/integ/audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def common_audio_record_unmuted(self, attach_mic=True, detach_mic=True):
475475
kill_cmd = "pkill --signal SIGINT parecord"
476476
record = self.loop.run_until_complete(self.testvm1.run(record_cmd))
477477
# give it time to start recording
478-
self.loop.run_until_complete(asyncio.sleep(0.5))
478+
self.loop.run_until_complete(asyncio.sleep(2))
479479

480480
# play sound that will be used as source-output
481481
play_cmd = [

0 commit comments

Comments
 (0)