Skip to content

Commit fd9e949

Browse files
Merge pull request #408 from ARichman555/key-delay
Add wait for IAM AccessKey propagation delay
2 parents 1293e05 + 0c2e905 commit fd9e949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/e2e_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ func TestMain(m *testing.M) {
125125

126126
accessKey, secretKey = createAccessKey(ctx, cfg, userName)
127127

128+
// We wait for 10 seconds to ensure the AccessKey is availabile
129+
time.Sleep(10 * time.Second)
130+
128131
/*
129132
* Create a shared suite of Issuers and Certificates Specs to be used in
130133
* validing Cluster and Namepsace issuers

0 commit comments

Comments
 (0)