Skip to content

Commit

Permalink
chore(timeout): increase api timeout to 60s
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Apr 20, 2020
1 parent 26ad81c commit 1f17bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"go.uber.org/zap"
)

const defaultTimeout = 10 * time.Second
const defaultTimeout = 60 * time.Second

type Client struct {
id string
Expand Down

0 comments on commit 1f17bad

Please sign in to comment.