Skip to content

Commit cc3c3dd

Browse files
committed
Try to fix test for fast computers
1 parent a1eae60 commit cc3c3dd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/test_aiohttp_websocket_graphqlws_subscription.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,6 @@ async def test_aiohttp_websocket_graphqlws_subscription_reconnecting_session(
858858
print(f"\nDisconnected in {i+1} MS")
859859
break
860860

861-
assert transport._connected is False
862-
863861
# Wait for reconnect
864862
for i in range(200):
865863
await asyncio.sleep(1 * MS)

tests/test_graphqlws_subscription.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,8 +852,6 @@ async def test_graphqlws_subscription_reconnecting_session(
852852
print(f"\nDisconnected in {i+1} MS")
853853
break
854854

855-
assert transport._connected is False
856-
857855
# Wait for reconnect
858856
for i in range(200):
859857
await asyncio.sleep(1 * MS)

0 commit comments

Comments
 (0)