Skip to content
Snippets Groups Projects
Unverified Commit 06e6b386 authored by jonastheis's avatar jonastheis
Browse files

Increase client timeout

parent 37733d5f
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ func New() *Framework {
f := &Framework{
peers: getAvailablePeers(),
httpClient: &http.Client{Timeout: 10 * time.Second},
httpClient: &http.Client{Timeout: 30 * time.Second},
}
if len(f.peers) == 0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment