summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test.sh b/test/run_test.sh
index 31ed872c..800dcbc9 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -9,7 +9,7 @@ function create_fake_x ( )
Xvfb ${DISPLAY} &
XPID=$!
sleep 1;
- fluxbox &
+ timeout -k 30s 30s fluxbox &
FPID=$!
sleep 1
}