[ubuntu] Adjust provisioner pause after reboot (#12906)

This commit is contained in:
Shamil Mubarakshin
2025-08-29 11:49:12 +02:00
committed by GitHub
parent 4b6aeea774
commit 45f6fb8339
2 changed files with 2 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ build {
provisioner "shell" {
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
pause_before = "1m0s"
pause_before = "5m0s"
scripts = ["${path.root}/../scripts/build/cleanup.sh"]
start_retry_timeout = "10m"
}

View File

@@ -189,7 +189,7 @@ provisioner "shell" {
provisioner "shell" {
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
pause_before = "1m0s"
pause_before = "5m0s"
scripts = ["${path.root}/../scripts/build/cleanup.sh"]
start_retry_timeout = "10m"
}