Skip to content

Commit

Permalink
tests: increase memory size for webcam viewing VM
Browse files Browse the repository at this point in the history
Avoid 'Failed to allocate a buffer' error. In practice, that VM will run
some more apps so won't be at minimum memory anyway.
  • Loading branch information
marmarek committed Jul 16, 2024
1 parent 724727a commit 624ebce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qvctests/integ.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 624ebce

Please sign in to comment.