Skip to content

Commit 8fd93d2

Browse files
committed
Increase create timeout to 2 minutes
Update should be much quicker as it will already have the container image
1 parent dfb782e commit 8fd93d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kustomize/resource_kustomization_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ resource "kustomization_resource" "dep1" {
513513
manifest = data.kustomization_build.test.manifests["apps/Deployment/test-wait/test"]
514514
wait = true
515515
timeouts {
516-
create = "1m"
516+
create = "2m"
517517
update = "1m"
518518
}
519519
}

0 commit comments

Comments
 (0)