Skip to content

Commit

Permalink
Fix intermittent websocket ka test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Jan 15, 2020
1 parent 7f6f166 commit 76035df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/handler/transport/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func TestWebsocketWithKeepAlive(t *testing.T) {

h := testserver.New()
h.AddTransport(transport.Websocket{
KeepAlivePingInterval: 10 * time.Millisecond,
KeepAlivePingInterval: 100 * time.Millisecond,
})

srv := httptest.NewServer(h)
Expand Down

0 comments on commit 76035df

Please sign in to comment.