From 819093859c781d788424c0327327df475c2a73c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 28 May 2025 14:13:11 +0200 Subject: [PATCH] tests: give it more time to start recording --- qubes/tests/integ/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/tests/integ/audio.py b/qubes/tests/integ/audio.py index 94888500e..2c20ad85e 100644 --- a/qubes/tests/integ/audio.py +++ b/qubes/tests/integ/audio.py @@ -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 = [