commit 782b800f2aecfe39ce5d9cdd8cc7b4c7f36ea398
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Apr 6 13:50:32 2024 +0200

    tests: give more time
    
    If the host is loaded it may take some time to boot.

diff --git a/tests/run-qemu.sh.template b/tests/run-qemu.sh.template
index aba8d68a..a7ec426f 100644
--- a/tests/run-qemu.sh.template
+++ b/tests/run-qemu.sh.template
@@ -22,7 +22,7 @@ log="tests/test-TESTNAME.raw"
 
 echo "temp log $log"
 if which QEMU_BIN >/dev/null ; then
-    if ! timeout -v --foreground --kill-after=3 15s $cmd \
+    if ! timeout -v --foreground --kill-after=3 60s $cmd \
             | tee $log | sed -n "/TEST_START_MARKER/"',$p' ; then
         exit 10  # timeout
     fi
