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 a44f5a9Copy full SHA for a44f5a9
tests/main_test.go
@@ -53,15 +53,11 @@ func (s *ECSFargateSuite) SetupSuite() {
53
},
54
NoColor: true,
55
MaxRetries: 5,
56
- TimeBetweenRetries: 5 * time.Second,
+ TimeBetweenRetries: 20 * 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