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 0b1ca87 commit 8162e10Copy full SHA for 8162e10
test/common.go
@@ -50,8 +50,8 @@ func cleanupTerraform(t *testing.T, workingDir string) {
50
terraformOptions.RetryableTerraformErrors = map[string]string{
51
".*operation error EKS: DeleteFargateProfile.*": "Fargate delete failed",
52
}
53
- terraformOptions.MaxRetries = 5
54
- terraformOptions.TimeBetweenRetries = time.Minute
+ terraformOptions.MaxRetries = 15
+ terraformOptions.TimeBetweenRetries = 3 * time.Minute
55
terraform.Destroy(t, terraformOptions)
56
test_structure.CleanupTestDataFolder(t, workingDir)
57
0 commit comments