Skip to content

Commit ff9d079

Browse files
committed
merge with recent branch
1 parent 4b5eaf2 commit ff9d079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues/test_88_random_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def client(read_stream, write_stream, scope):
9090
# Increased to 150ms to avoid flakiness on slower platforms
9191
read_timeout_seconds=timedelta(milliseconds=150),
9292
) as session:
93-
# async with ClientSession(read_stream, write_stream, read_timeout_seconds=timedelta(milliseconds=50)) as session:
93+
# async with ClientSession(read_stream, write_stream, read_timeout_seconds=timedelta(milliseconds=50)) as session:
9494
await session.initialize()
9595

9696
# First call should work (fast operation)

0 commit comments

Comments
 (0)