Skip to content

Commit

Permalink
Increase timeout for TestEtcdSourceExistingBoundPods test
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-ali committed Jan 15, 2015
1 parent 4682772 commit b57cc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kubelet/config/etcd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit b57cc6a

Please sign in to comment.