8000 Allow longer duration in test_188_concurrency (#969) · modelcontextprotocol/python-sdk@029f434 · GitHub
[go: up one dir, main page]

Skip to content

Commit 029f434

Browse files
authored
Allow longer duration in test_188_concurrency (#969)
1 parent 5429ac6 commit 029f434

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)
0