Skip to content

Commit

Permalink
Give some time for fv setup to happen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Mohan committed May 16, 2018
1 parent e7f25e0 commit 48cb074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fv/fv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ var _ = Describe("kube-controllers FV tests", func() {
Eventually(func() *api.Profile {
profile, _ := calicoClient.Profiles().Get(context.Background(), profName, options.GetOptions{})
return profile
}).ShouldNot(BeNil())
}, time.Second*15, 500*time.Millisecond).ShouldNot(BeNil())
})

It("should write new profiles in etcd to match namespaces in k8s ", func() {
Expand Down Expand Up @@ -426,7 +426,7 @@ var _ = Describe("kube-controllers FV tests", func() {
Eventually(func() *api.Profile {
profile, _ := calicoClient.Profiles().Get(context.Background(), profName, options.GetOptions{})
return profile
}).ShouldNot(BeNil())
}, time.Second*15, 500*time.Millisecond).ShouldNot(BeNil())
})

It("should write new profiles in etcd to match service account in k8s ", func() {
Expand Down

0 comments on commit 48cb074

Please sign in to comment.