From: "Manuel A. Fernandez Montecelo" <mafm@debian.org>
Date: Sun, 4 Dec 2022 09:42:12 +0000
Subject: Increase test timeout

Bug-Debian: https://bugs.debian.org/894987
Forwarded: not-needed
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894987

Increase test timeout to avoid FTBS on slow architectures
---
 testme.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testme.sh b/testme.sh
index 40fa32d..9534325 100755
--- a/testme.sh
+++ b/testme.sh
@@ -121,7 +121,7 @@ _runtest()
 {
   make clean > /dev/null
   local _timeout=""
-  which timeout >/dev/null && _timeout="timeout --foreground 90"
+  which timeout >/dev/null && _timeout="timeout --foreground 900"
   if [[ "$MAKE_OPTIONS" =~ "tune" ]]
   then
     # "make tune" will run "tune_it.sh" automatically, hence "autotune", but it cannot
