summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-05-06 12:09:18 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-05-06 12:09:18 +0200
commitcb733709b02cebe6d0bcf0b4d648d989bbdb7cdf (patch)
tree0179a47e407517afe66e4d3642d4ed9bf61d5f14 /tests
parent0f2f563bedd683a9271fe32b158fb978861ae4d4 (diff)
downloaddebvm-cb733709b02cebe6d0bcf0b4d648d989bbdb7cdf.tar.gz
tests/autopkgtest-qemu-efi.sh: increase boot timeout to satisfy CI
Diffstat (limited to 'tests')
-rwxr-xr-xtests/autopkgtest-qemu-efi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopkgtest-qemu-efi.sh b/tests/autopkgtest-qemu-efi.sh
index bc761d5..4e5c14b 100755
--- a/tests/autopkgtest-qemu-efi.sh
+++ b/tests/autopkgtest-qemu-efi.sh
@@ -43,4 +43,4 @@ debefivm-create \
--hook-dir="$USERADDHOOK" \
--customize-hook=/usr/share/autopkgtest/setup-commands/setup-testbed
-autopkgtest hello -- qemu --boot=efi --show-boot "$IMAGE"
+autopkgtest hello -- qemu --boot=efi --show-boot --timeout-reboot=120 "$IMAGE"