Skip to content

Commit

Permalink
bumps ssh timeout to 40m for raw and qemu image builds (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxesn authored Nov 1, 2023
1 parent 4f1bcd1 commit cf1c53c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ index dd93fc8da..599fd5f6d 100644
+ "ssh_handshake_attempts": "100",
"ssh_password": "{{user `ssh_password`}}",
- "ssh_timeout": "2h",
+ "ssh_timeout": "20m",
+ "ssh_timeout": "40m",
"ssh_username": "{{user `ssh_username`}}",
"type": "qemu",
"vm_name": "{{user `vm_name`}}"
Expand Down Expand Up @@ -174,7 +174,7 @@ index 83aa6b4fb..5e983fa59 100644
+ "ssh_handshake_attempts": "100",
"ssh_password": "{{user `ssh_password`}}",
- "ssh_timeout": "2h",
+ "ssh_timeout": "20m",
+ "ssh_timeout": "40m",
"ssh_username": "{{user `ssh_username`}}",
"type": "qemu",
"vm_name": "{{user `vm_name`}}"
Expand Down

0 comments on commit cf1c53c

Please sign in to comment.