mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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?
|
||||
if ('DISPLAY' not in os.environ):
|
||||
display = Display(visible=0, size=(800, 600))
|
||||
display = Display(visible=0, size=(1920, 1080))
|
||||
display.start()
|
||||
|
||||
#Run Enterprise tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user