Skip to content

Commit

Permalink
increase timeout in endpoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Apr 10, 2019
1 parent 8e1e874 commit 3348034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestStart(t *testing.T) {
let("Query info endpoint", func(t *testing.T) {
var resp *http.Response
var err error
retry(3, 1*time.Second, func() error {
retry(3, 2*time.Second, func() error {
resp, err = doReq("GET", "http://localhost:8800/info", APIKey, nil)
return err
})
Expand Down

0 comments on commit 3348034

Please sign in to comment.