Skip to content

Commit 91927ad

Browse files
committed
[chore][ansible] Extend vm boot timeout
1 parent 6dff418 commit 91927ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/ansible/molecule/config/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platforms:
1818
gui: false
1919
linked_clone: true
2020
instance_raw_config_args: &vagrant_args
21-
- "vm.boot_timeout = 1200"
21+
- "vm.boot_timeout = 2400"
2222
- "vm.communicator = 'winrm'"
2323
- "vm.guest = :windows"
2424
- "vm.network 'forwarded_port', guest: 5985, host: 55985"

0 commit comments

Comments
 (0)