Skip to content

Commit ac7a80c

Browse files
committed
build(olit): 👷 bump ssh timeout for slow systems
Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@oracle.com>
1 parent 3dde80a commit ac7a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oracle-linux-image-tools/packer-template/virtualbox-x86-64.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ source "virtualbox-iso" "x86-64" {
1717
ssh_password = var.ssh_password
1818
ssh_private_key_file = var.ssh_private_key_file
1919
ssh_port = 22
20-
ssh_wait_timeout = "30m"
20+
ssh_wait_timeout = "60m"
2121
http_directory = local.http_directory
2222
boot_wait = "20s"
2323
boot_command = var.boot_command

0 commit comments

Comments
 (0)