Skip to content

Commit 36c9535

Browse files
Wait a bit longer for labels to sync
1 parent 64d6f60 commit 36c9535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fv/fv_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ var _ = Describe("kube-controllers FV tests", func() {
729729
return fmt.Errorf("%v should equal 'label2'", w.Labels["foo"])
730730
}
731731
return nil
732-
}, 10*time.Second).ShouldNot(HaveOccurred())
732+
}, 15*time.Second).ShouldNot(HaveOccurred())
733733
})
734734

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

0 commit comments

Comments
 (0)