Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-12 13:12:15 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-12 13:12:15 (GMT)
commitab56e1fe5cc1fc40d7fc3db3ef5ebad083b0cff9 (patch)
treefa489a54c6439d282a6dd4a7619f6d572d9cc45f /scripts
parent225625bcf34c80b3c6b7c80ca8f1360451a417b9 (diff)
Close the gcr prompter
Diffstat (limited to 'scripts')
-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=$?