summaryrefslogtreecommitdiff
path: root/test/run-interactive
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-xtest/run-interactive2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run-interactive b/test/run-interactive
index 5c6f489..788ca3b 100755
--- a/test/run-interactive
+++ b/test/run-interactive
@@ -3,6 +3,8 @@
Xephyr -screen 500x500 :7 > /dev/null 2>&1 &
pid=${!}
+sleep 2
+
DISPLAY=:7 prove -j1 test/feh-scr-i.t test/feh-i.t
ret=${?}