summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-08 23:15:28 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-08 23:15:28 +0100
commit06c7f30b7e39775698ab241583adb0b23d4ac4bd (patch)
tree18712b73ef98545f9392047c15936cdad930089b /test
parent6dd837af88aa458fc12ef3d3298b358f4a34eca7 (diff)
Use timeout.
Diffstat (limited to 'test')
-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
}