Merge pull request #8742 from tstromberg/longer-dns-retry
TestNetworkPlugins/DNS: Wait longer for DNS to become availablepull/8745/head
commit
35f94c4fe5
|
@ -157,7 +157,7 @@ func TestNetworkPlugins(t *testing.T) {
|
|||
}
|
||||
|
||||
// If the coredns process was stable, this retry wouldn't be necessary.
|
||||
if err := retry.Expo(nslookup, 1*time.Second, Minutes(2)); err != nil {
|
||||
if err := retry.Expo(nslookup, 1*time.Second, Minutes(6)); err != nil {
|
||||
t.Errorf("failed to do nslookup on kubernetes.default: %v", err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue