Skip to content

Commit a44f5a9

Browse files
committed
Increase retry
1 parent b9aa181 commit a44f5a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/main_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,11 @@ func (s *ECSFargateSuite) SetupSuite() {
5353
},
5454
NoColor: true,
5555
MaxRetries: 5,
56-
TimeBetweenRetries: 5 * time.Second,
56+
TimeBetweenRetries: 20 * time.Second,
5757
}
5858

5959
// Run terraform init and apply
6060
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)
6561
}
6662

6763
// TearDownSuite is run once at the end of the test suite

0 commit comments

Comments
 (0)