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.
2 parents 7b5e045 + eb36fc4 commit 66520e6Copy full SHA for 66520e6
pkg/resource/aws/aws_kms_key_test.go
@@ -2,6 +2,7 @@ package aws_test
2
3
import (
4
"testing"
5
+ "time"
6
7
"github.com/snyk/driftctl/test"
8
"github.com/snyk/driftctl/test/acceptance"
@@ -17,6 +18,7 @@ func TestAcc_Aws_KMSKey(t *testing.T) {
17
18
Env: map[string]string{
19
"AWS_REGION": "us-east-1",
20
},
21
+ ShouldRetry: acceptance.LinearBackoff(10 * time.Minute),
22
Check: func(result *test.ScanResult, stdout string, err error) {
23
if err != nil {
24
t.Fatal(err)
0 commit comments