Skip to content

Commit 6c0991e

Browse files
proboscissobolevn
andauthored
Update tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py
Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent 8de824f commit 6c0991e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
# https://github.com/dry-python/returns/issues/2108
99
async def sample_coro() -> str:
1010
"""Sample coroutine that simulates an async operation."""
11-
await anyio.sleep(
12-
1
13-
) # Increased from 0.1 to reduce chance of random failures
11+
await anyio.sleep(1)
1412
return 'done'
1513

1614

0 commit comments

Comments
 (0)