We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aa181 commit 6df21d6Copy full SHA for 6df21d6
tests/main_test.go
@@ -52,16 +52,12 @@ func (s *ECSFargateSuite) SetupSuite() {
52
"couldn't find resource": "ECS eventually consistent or task definition not yet propagated",
53
},
54
NoColor: true,
55
- MaxRetries: 5,
56
- TimeBetweenRetries: 5 * time.Second,
+ MaxRetries: 6,
+ TimeBetweenRetries: 15 * time.Second,
57
}
58
59
// Run terraform init and apply
60
terraform.InitAndApply(s.T(), s.terraformOptions)
61
-
62
- // sleep for a few seconds to ensure resources are ready
63
- log.Println("Waiting for resources to be ready...")
64
- time.Sleep(10 * time.Second)
65
66
67
// TearDownSuite is run once at the end of the test suite
0 commit comments