Skip to content

Commit b1b22e1

Browse files
author
jojimt
committed
Add delay to kubewatch ut to fix timing issue
1 parent 5d77212 commit b1b22e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mgmtfn/k8splugin/kubeClient_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ func TestKubeWatch(m *testing.T) {
475475
m.Logf("--CLOSE--")
476476
maxEPResp = 6
477477
maxSvcResp = 4
478-
for ix := 0; ix < 6; ix++ {
478+
for ix := 0; ix < 8; ix++ {
479479
time.Sleep(time.Second)
480480
}
481481
m.Logf("Drv: %+v", drv)

0 commit comments

Comments
 (0)