mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Changed the size of the testing display.
This commit is contained in:
parent
cb2a04995a
commit
462179838a
@ -12,7 +12,7 @@ def get_test_file(test_list):
|
|||||||
|
|
||||||
# Are we running headless?
|
# Are we running headless?
|
||||||
if ('DISPLAY' not in os.environ):
|
if ('DISPLAY' not in os.environ):
|
||||||
display = Display(visible=0, size=(800, 600))
|
display = Display(visible=0, size=(1920, 1080))
|
||||||
display.start()
|
display.start()
|
||||||
|
|
||||||
#Run Enterprise tests
|
#Run Enterprise tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user