diff --git a/pkg/kubelet/config/etcd_test.go b/pkg/kubelet/config/etcd_test.go index c57e523146..8debafe23f 100644 --- a/pkg/kubelet/config/etcd_test.go +++ b/pkg/kubelet/config/etcd_test.go @@ -71,8 +71,8 @@ func TestEtcdSourceExistingBoundPods(t *testing.T) { update.Pods[1].ObjectMeta.Name != "bar" { t.Errorf("Unexpected update response: %#v", update) } - case <-time.After(2 * time.Millisecond): - t.Errorf("Expected update, timeout insteam") + case <-time.After(200 * time.Millisecond): + t.Errorf("Expected update, timeout instead") } }