Skip to content

Commit 019fb0b

Browse files
committed
Allow longer duration in test_188_concurrency (#969)
1 parent 03dbebf commit 019fb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues/test_188_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def slow_resource():
3535
end_time = anyio.current_time()
3636

3737
duration = end_time - start_time
38-
assert duration < 6 * _sleep_time_seconds
38+
assert duration < 10 * _sleep_time_seconds
3939
print(duration)
4040

4141

0 commit comments

Comments
 (0)