Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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 6cf076b..ddf126a 100755
--- a/scripts/run-dogtail-tests
+++ b/scripts/run-dogtail-tests
@@ -29,7 +29,7 @@ export SUGAR_DOGTAIL=yes
xinit $scriptsdir/xinitrc -- $xserver &
xinitpid=$!
-sleep 10
+sleep 20
DISPLAY=$display python $testsdir/shell.py
result=$?