mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Increase timeout for TestEtcdSourceExistingBoundPods test
This commit is contained in:
parent
46827720b3
commit
b57cc6a11c
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user