Skip to content

Commit

Permalink
Increase boot wait
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Oct 6, 2021
1 parent 73d0be9 commit f5d6091
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions windows_11.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exit<return>",
"<wait><return>"
],
"boot_wait": "1m",
"boot_wait": "2m",
"communicator": "winrm",
"configuration_version": "8.0",
"cpus": "2",
Expand Down Expand Up @@ -42,7 +42,7 @@
"exit<return>",
"<wait><return>"
],
"boot_wait": "1m",
"boot_wait": "2m",
"communicator": "winrm",
"cpus": 2,
"disk_adapter_type": "lsisas1068",
Expand Down Expand Up @@ -85,7 +85,7 @@
"exit<return>",
"<wait><return>"
],
"boot_wait": "1m",
"boot_wait": "2m",
"communicator": "winrm",
"cpus": 2,
"disk_size": "{{user `disk_size`}}",
Expand Down Expand Up @@ -119,7 +119,7 @@
"exit<return>",
"<wait><return>"
],
"boot_wait": "1m",
"boot_wait": "2m",
"communicator": "winrm",
"cpus": 2,
"disk_size": "{{user `disk_size`}}",
Expand Down

0 comments on commit f5d6091

Please sign in to comment.