Skip to content

Commit

Permalink
Merge pull request #989 from 99designs/fix-intermittent-test-ka-failure
Browse files Browse the repository at this point in the history
Fix intermittent websocket ka test failure
  • Loading branch information
vektah committed Jan 15, 2020
2 parents aa407b1 + 76035df commit ec4f6b1
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 ec4f6b1

Please sign in to comment.