Description: Increase test timeout
 Increase test timeout to avoid FTBS on slow architectures
Bug-Debian: https://bugs.debian.org/894987
Author: "Manuel A. Fernandez Montecelo" <mafm@debian.org>
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894987
--- a/testme.sh
+++ b/testme.sh
@@ -92,7 +92,7 @@
   make clean > /dev/null
   _make "$1" "$2" "test_standalone"
   local _timeout=""
-  which timeout >/dev/null && _timeout="timeout --foreground 90"
+  which timeout >/dev/null && _timeout="timeout --foreground 900"
   echo -e "\rRun test $1 $2"
   $_timeout ./test > test_${suffix}.log || _die "running tests" $?
 }
