From 624ebce383e757b2c45905f998e65d77cf4c5ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 16 Jul 2024 15:05:27 +0200 Subject: [PATCH] tests: increase memory size for webcam viewing VM Avoid 'Failed to allocate a buffer' error. In practice, that VM will run some more apps so won't be at minimum memory anyway. --- tests/qvctests/integ.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/qvctests/integ.py b/tests/qvctests/integ.py index 0661b37..b472bf5 100644 --- a/tests/qvctests/integ.py +++ b/tests/qvctests/integ.py @@ -111,6 +111,8 @@ def test_020_webcam(self): """ self.proxy.start() self.loop.run_until_complete(self.wait_for_session(self.proxy)) + # give a bit more memory for webcam + self.view.memory = 500 self.view.start() self.loop.run_until_complete(self.wait_for_session(self.view)) self.qrexec_policy('qvc.ScreenShare',