Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/run-ui-tests
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-ui-tests')
-rwxr-xr-xscripts/run-ui-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-ui-tests b/scripts/run-ui-tests
index 11eff62..b5ce23f 100755
--- a/scripts/run-ui-tests
+++ b/scripts/run-ui-tests
@@ -22,7 +22,7 @@ export SUGAR_UI_TESTS=yes
xinit $scriptsdir/xinitrc -- $xserver &
xinitpid=$!
-sleep 20
+sleep 5
DISPLAY=$display python $testsdir/shell.py
result=$?