Commit 9594ef10 authored by Łukasz Nowak's avatar Łukasz Nowak

packer: Give more time for installation

Packer can be run on slow machines, give them time to do the job.
parent 41d411d6
......@@ -25,7 +25,7 @@
"name": "debian10-{{ user `disk_size`}}G-{{ user `name`}}",
"shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -h now",
"ssh_password": "{{user `password`}}",
"ssh_timeout": "1800s",
"ssh_timeout": "3600s",
"ssh_username": "{{user `user`}}",
"type": "qemu"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment