From 5b17f4e2644723b2124c5cf1c1def4ba81fc6db7 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Tue, 12 Nov 2024 18:29:32 +0100 Subject: [PATCH] Wait 30 minutes instead of 15 (#194) Just to be sure. --- templates/xcode.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 15a15dc..90b84a8 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -247,7 +247,7 @@ build { # [2]: https://stackoverflow.com/a/68394101/9316533 provisioner "shell" { inline = [ - "sleep 900" + "sleep 1800" ] } }