Skip to content

Commit

Permalink
fix(e2e): waiting for reconciliation of the TCP
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Feb 6, 2023
1 parent 670f10a commit c3fb537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/tcp_migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ var _ = Describe("When migrating a Tenant Control Plane to another datastore", f
})
// Check if TenantControlPlane resource has been created
It("Should contain all the migrated data", func() {
time.Sleep(10 * time.Second)

By("getting TCP rest.Config")
config, err := utilities.GetTenantKubeconfig(context.Background(), k8sClient, tcp)
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit c3fb537

Please sign in to comment.