Skip to content
Snippets Groups Projects
Unverified Commit c604d674 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] increase bonafide timeout

10 seconds might be too low nowadays when accessed from some regions.

- Related: #463
parent 058377ee
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ func New() *Bonafide {
RootCAs: certs,
},
},
Timeout: time.Second * 10,
Timeout: time.Second * 30,
}
_, tzOffsetSeconds := time.Now().Zone()
tzOffsetHours := tzOffsetSeconds / secondsPerHour
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment