Skip to content

Commit 0febc4c

Browse files
committed
Allow longer duration in test_188_concurrency
because I was seeing tests failing on Windows in GitHub Actions and GitHub Copilot [said](modelcontextprotocol#968 (comment))
1 parent 1eb1bba commit 0febc4c

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)