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-06-30 08:45:14 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-30 08:45:14 (GMT)
commit6afd3cd114ff76538cd690667e468ec9baf52a41 (patch)
tree0720014c4c2e0d4b59750f420c4830beee0b9b4e /scripts
parentcf5b17805fe285271863cafe1722a5e76911950c (diff)
Increase sleep, too short on the buildbot
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-dogtail-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-dogtail-tests b/scripts/run-dogtail-tests
index c269bf9..2d81589 100755
--- a/scripts/run-dogtail-tests
+++ b/scripts/run-dogtail-tests
@@ -26,7 +26,7 @@ xinit $scriptsdir/xinitrc -- $xserver $display &
xinitpid=$!
# FIXME starting the tests immediately puts dogtail in a broken state
-sleep 1
+sleep 5
DISPLAY=$display python $testsdir/shell.py
result=$?