From 462179838a101d22c21bcd3920a8bf88c7ae85b9 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Wed, 21 Sep 2016 13:50:28 +0200 Subject: [PATCH] Changed the size of the testing display. --- tests/run_console_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_console_tests.py b/tests/run_console_tests.py index aea4950282..667e085eeb 100755 --- a/tests/run_console_tests.py +++ b/tests/run_console_tests.py @@ -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