Changed the size of the testing display.

This commit is contained in:
Ramon Novoa 2016-09-21 13:50:28 +02:00
parent cb2a04995a
commit 462179838a
1 changed files with 1 additions and 1 deletions

View File

@ -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