Skip to content

Commit ac01616

Browse files
jor2Jordan-Williams2
andauthored
test: extend sleep for postgres creation (#597)
Co-authored-by: Jordan-Williams2 <[email protected]>
1 parent fd8c417 commit ac01616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module "vpes" {
110110
# 2. Give time on deletion between the VPE destruction and the destruction of the SG that is attached to the VPE. This works around the error "Target not found"
111111
resource "time_sleep" "sleep_time" {
112112
depends_on = [module.vpe_security_group.security_group_id, module.postgresql_db]
113-
create_duration = "120s"
113+
create_duration = "180s"
114114
destroy_duration = "120s"
115115
}
116116

0 commit comments

Comments
 (0)