Skip to content

Commit

Permalink
make ping test more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
danplischke committed Dec 12, 2024
1 parent d1cd78b commit c603e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/asgi/test_sse.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_ping_is_send_sse(sse_client):
def test_custom_ping_interval(schema):
app = GraphQL(
schema,
http_handler=GraphQLHTTPSSEHandler(ping_interval=10),
http_handler=GraphQLHTTPSSEHandler(ping_interval=8),
introspection=False,
)
sse_client = TestClient(app, headers=SSE_HEADER)
Expand Down

0 comments on commit c603e83

Please sign in to comment.