Skip to content

Commit

Permalink
Update builder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentYe123 committed May 19, 2023
1 parent 63d7e39 commit 4ae4cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (b *kubeBuilder) Build(target resolver.Target, cc resolver.ClientConn, opts
if err != nil && err != io.EOF {
grpclog.Errorf("kuberesolver: watching ended with error='%v', will reconnect again", err)
}
}, time.Second, ctx.Done())
}, time.Second, time.Second*30, ctx.Done())
return r, nil
}

Expand Down

0 comments on commit 4ae4cc5

Please sign in to comment.