From b9a00e9981a2558647ff4266b25cab5936f8682c Mon Sep 17 00:00:00 2001 From: "Stephen Lewis (Burrows)" Date: Tue, 17 Oct 2023 08:56:37 -0700 Subject: [PATCH] Increased time to wait for folder to be ready (#9281) resolved https://github.com/hashicorp/terraform-provider-google/issues/16031 --- .../securitycenter/resource_scc_folder_custom_module_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/services/securitycenter/resource_scc_folder_custom_module_test.go b/mmv1/third_party/terraform/services/securitycenter/resource_scc_folder_custom_module_test.go index 40db5dfe0b5e..fbd53854fb12 100644 --- a/mmv1/third_party/terraform/services/securitycenter/resource_scc_folder_custom_module_test.go +++ b/mmv1/third_party/terraform/services/securitycenter/resource_scc_folder_custom_module_test.go @@ -75,7 +75,7 @@ resource "google_folder" "folder" { resource "time_sleep" "wait_1_minute" { depends_on = [google_folder.folder] - create_duration = "1m" + create_duration = "2m" } resource "google_scc_folder_custom_module" "example" {