Skip to content

Commit

Permalink
Tibber Pulse: wait longer for server response
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 13, 2024
1 parent b92bcd2 commit 140858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meter/tibber-pulse.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func NewTibberFromConfig(ctx context.Context, other map[string]interface{}) (api
"token": cc.Token,
}).
WithRetryTimeout(0).
WithTimeout(time.Second).
WithTimeout(request.Timeout).
WithLog(log.TRACE.Println).
OnError(func(_ *graphql.SubscriptionClient, err error) error {
// exit the subscription client due to unauthorized error
Expand Down

0 comments on commit 140858b

Please sign in to comment.