aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-06 13:50:32 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-04-06 13:50:34 +0200
commit782b800f2aecfe39ce5d9cdd8cc7b4c7f36ea398 (patch)
treeb314020ab41850842240c4d11b8b24559bf0a23d /tests
parentf2e8e4d2619629b75dd6263b2aa58939538fa7e2 (diff)
downloadgnumach-782b800f2aecfe39ce5d9cdd8cc7b4c7f36ea398.tar.gz
gnumach-782b800f2aecfe39ce5d9cdd8cc7b4c7f36ea398.tar.bz2
gnumach-782b800f2aecfe39ce5d9cdd8cc7b4c7f36ea398.zip
tests: give more time
If the host is loaded it may take some time to boot.
Diffstat (limited to 'tests')
-rw-r--r--tests/run-qemu.sh.template2
1 files changed, 1 insertions, 1 deletions
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