Skip to content

Commit

Permalink
Merge pull request #8742 from tstromberg/longer-dns-retry
Browse files Browse the repository at this point in the history
TestNetworkPlugins/DNS: Wait longer for DNS to become available
  • Loading branch information
tstromberg authored Jul 17, 2020
2 parents bb2fb3a + 1d15ddb commit 35f94c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/net_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 35f94c4

Please sign in to comment.