Skip to content

Commit

Permalink
Extended waits.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisspen committed Jun 11, 2021
1 parent 47aba5d commit 4089836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/run_gui_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4089836

Please sign in to comment.