When they work they finish quickly in under two minutes on slow machines, when
soft lock ups happen in the nested virt machine each test can run for like 5
hours clogging up CI infrastructure. It's best to fail quicker than that when
qemu or kernel are broken.
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
+QEMU_TIMEOUT=300
+
do_test "$@"
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
+QEMU_TIMEOUT=300
+
command -v mksquashfs >/dev/null 2>&1 || exit 0
command -v veritysetup >/dev/null 2>&1 || exit 0
command -v sfdisk >/dev/null 2>&1 || exit 0