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-07-03 19:19:34 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-03 19:19:34 (GMT)
commit21e3de4b30f4600e5fbb7776c983ae258b83ea73 (patch)
tree5ad2d73ab4d4df00f1feb53ce9b5b9c2f6da4e71 /scripts
parent8975955f8a388bffd6298401375f97699e99d707 (diff)
Increase sleep before running the script
Same value as in the dogtail scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-dogtail-tests3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/run-dogtail-tests b/scripts/run-dogtail-tests
index 015dc91..4576bc4 100755
--- a/scripts/run-dogtail-tests
+++ b/scripts/run-dogtail-tests
@@ -29,8 +29,7 @@ rm -rf ~/.sugar/dogtail
xinit $scriptsdir/xinitrc -- $xserver &
xinitpid=$!
-# FIXME starting the tests immediately puts dogtail in a broken state
-sleep 5
+sleep 10
DISPLAY=$display python $testsdir/shell.py
result=$?