From 40898361c4e12e8896b442221cc2245bf0db271f Mon Sep 17 00:00:00 2001 From: Chris Spencer Date: Fri, 11 Jun 2021 10:28:04 -0400 Subject: [PATCH] Extended waits. --- testing/run_gui_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/run_gui_tests b/testing/run_gui_tests index e35d5e66..7bfd94f5 100755 --- a/testing/run_gui_tests +++ b/testing/run_gui_tests @@ -8,11 +8,11 @@ SCRIPT_DIR="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")" cd $SCRIPT_DIR # Give gnome-session time to startup. -sleep 5 +sleep 30 # Give the setting time to take effect. gsettings set org.gnome.desktop.interface toolkit-accessibility true -sleep 5 +sleep 30 # Run tests. python3 test_gui.py