From ce7254f80f77002d044be04fc0cef421336e0326 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 4 Nov 2014 16:05:48 +0100 Subject: [PATCH] fix timeout in tests --- tests/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run b/tests/run index f1fb00b2..596e210d 100755 --- a/tests/run +++ b/tests/run @@ -4,7 +4,7 @@ solvertest () { for f in `find -L $1 -name *.cnf -type f` do echo -ne "\r\033[KTesting $f..." - tests/main -t 5s -s 1G $f | grep $2 > /dev/null 2> /dev/null + tests/main -t 30s -s 1G $f | grep $2 > /dev/null 2> /dev/null RET=$? if [ $RET -ne 0 ]; then