Skip to content

Commit 9c4c8f4

Browse files
debug debug
1 parent a9358f4 commit 9c4c8f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/shared/suite.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ func Node1BeforeSuite(e2eCtx *E2EContext) []byte {
158158
e2eCtx.Environment.BootstrapAccessKey = newUserAccessKey(context.TODO(), e2eCtx.AWSSessionV2, bootstrapTemplate.Spec.BootstrapUser.UserName)
159159
e2eCtx.BootstrapUserAWSSession = NewAWSSessionWithKey(e2eCtx.Environment.BootstrapAccessKey)
160160
e2eCtx.BootstrapUserAWSSessionV2 = NewAWSSessionWithKeyV2(e2eCtx.Environment.BootstrapAccessKey)
161+
162+
By("Waiting for access key to propagate...")
163+
time.Sleep(10 * time.Second)
164+
161165
Expect(ensureTestImageUploaded(e2eCtx)).NotTo(HaveOccurred())
162166

163167
// Image ID is needed when using a CI Kubernetes version. This is used in conformance test and upgrade to main test.

0 commit comments

Comments
 (0)