Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
270d2cee
Commit
270d2cee
authored
Oct 15, 2017
by
Sietse Ringers
Browse files
Increase HTTP timeout
parent
1159601b
Changes
1
Hide whitespace changes
Inline
Side-by-side
transport.go
View file @
270d2cee
...
...
@@ -31,7 +31,7 @@ func NewHTTPTransport(serverURL string) *HTTPTransport {
Server
:
url
,
headers
:
map
[
string
]
string
{},
client
:
&
http
.
Client
{
Timeout
:
time
.
Second
*
5
,
Timeout
:
time
.
Second
*
1
5
,
},
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment