From 782b800f2aecfe39ce5d9cdd8cc7b4c7f36ea398 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 6 Apr 2024 13:50:32 +0200 Subject: tests: give more time If the host is loaded it may take some time to boot. --- tests/run-qemu.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3