Skip to content

Commit ae3f2ac

Browse files
committed
Reduce pause to 10s and document it
1 parent 72346e6 commit ae3f2ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packer/windows/buildkite-ami.pkr.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ build {
9595
}
9696

9797
// need to restart after enabling containers
98+
// for some reason the restart provisioner does not wait for the previous provisioner to finish
99+
// so we pause for some amount of time
98100
provisioner "windows-restart" {
99-
pause_before = "1m"
101+
pause_before = "10s"
100102
}
101103

102104
provisioner "powershell" {

0 commit comments

Comments
 (0)