Skip to content

Commit

Permalink
Wait longer for DNS and etcd to come to an agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Jul 17, 2020
1 parent bb2fb3a commit 1d15ddb
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 1d15ddb

Please sign in to comment.