aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.go b/client.go
index c518a15..f72415d 100644
--- a/client.go
+++ b/client.go
@@ -55,6 +55,7 @@ func NewClient(opts ClientOptions) (cl *Client, err error) {
logp = `NewClient`
httpcOpts = libhttp.ClientOptions{
ServerUrl: opts.ServerUrl,
+ Timeout: opts.Timeout,
}
)