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 a9358f4 commit 9c4c8f4Copy full SHA for 9c4c8f4
test/e2e/shared/suite.go
@@ -158,6 +158,10 @@ func Node1BeforeSuite(e2eCtx *E2EContext) []byte {
158
e2eCtx.Environment.BootstrapAccessKey = newUserAccessKey(context.TODO(), e2eCtx.AWSSessionV2, bootstrapTemplate.Spec.BootstrapUser.UserName)
159
e2eCtx.BootstrapUserAWSSession = NewAWSSessionWithKey(e2eCtx.Environment.BootstrapAccessKey)
160
e2eCtx.BootstrapUserAWSSessionV2 = NewAWSSessionWithKeyV2(e2eCtx.Environment.BootstrapAccessKey)
161
+
162
+ By("Waiting for access key to propagate...")
163
+ time.Sleep(10 * time.Second)
164
165
Expect(ensureTestImageUploaded(e2eCtx)).NotTo(HaveOccurred())
166
167
// Image ID is needed when using a CI Kubernetes version. This is used in conformance test and upgrade to main test.
0 commit comments