Skip to content

Commit

Permalink
Wait a bit longer for labels to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Apr 3, 2018
1 parent 64d6f60 commit 36c9535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fv/fv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ var _ = Describe("kube-controllers FV tests", func() {
return fmt.Errorf("%v should equal 'label2'", w.Labels["foo"])
}
return nil
}, 10*time.Second).ShouldNot(HaveOccurred())
}, 15*time.Second).ShouldNot(HaveOccurred())
})

By("updating the workload endpoint's container ID", func() {
Expand Down

0 comments on commit 36c9535

Please sign in to comment.