From 06c7f30b7e39775698ab241583adb0b23d4ac4bd Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 8 Jan 2016 23:15:28 +0100 Subject: [PATCH] Use timeout. --- test/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }