Wait 30 minutes instead of 15 (#194)

Just to be sure.
This commit is contained in:
Nikolay Edigaryev 2024-11-12 18:29:32 +01:00 committed by GitHub
parent 14fb85f5b3
commit 5b17f4e264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ build {
# [2]: https://stackoverflow.com/a/68394101/9316533
provisioner "shell" {
inline = [
"sleep 900"
"sleep 1800"
]
}
}