diff options
Diffstat (limited to 'tests/autopkgtest-qemu-efi.sh')
-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" |