diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-05-06 12:09:18 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-05-06 12:09:18 +0200 |
commit | cb733709b02cebe6d0bcf0b4d648d989bbdb7cdf (patch) | |
tree | 0179a47e407517afe66e4d3642d4ed9bf61d5f14 | |
parent | 0f2f563bedd683a9271fe32b158fb978861ae4d4 (diff) | |
download | debvm-cb733709b02cebe6d0bcf0b4d648d989bbdb7cdf.tar.gz |
tests/autopkgtest-qemu-efi.sh: increase boot timeout to satisfy CI
-rwxr-xr-x | tests/autopkgtest-qemu-efi.sh | 2 |
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" |