Closed
Description
Version: Current master
Platform: Whatever platform the CI tests run on
Description: After merging upstream changes to my branch for #2470 I realized that there was one CI test failing (https://github.com/redis/redis-py/actions/runs/4174611486/jobs/7228412511) which seemed irrelevant with the (small) changes I introduce in that PR. Then I took a look at previous CI runs and I found out that the same test had failed for another, irrelevant branch too. My guess is that the failing test at
Line 300 in fd7a79d
ResponseError
when a 1-millisecond timeout argument is passed in the query call. So, it could be that the query has become fast enough lately so that the timeout is not reached.