8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c864a5 commit c30dd91Copy full SHA for c30dd91
.github/workflows/ci.yml
@@ -190,12 +190,12 @@ jobs:
190
for PORT in {6379..6382} {7000..7005} {32767..32768} {26379..26380}; do
191
until echo PING | ${{ matrix.server }}-cli -p "$PORT" 2>&1 | grep -qE 'PONG|NOAUTH'; do
192
echo "Still waiting for ${{ matrix.server }} on port $PORT"
193
- sleep .05
+ sleep .5
194
done
195
196
until echo PING | ${{ matrix.server }}-cli -s /tmp/redis.sock 2>&1 | grep -qE 'PONG|NOAUTH'; do
197
echo "Still waiting for ${{ matrix.server }} at /tmp/redis.sock"
198
199
200
201
- name: Initialize ${{ matrix.server }} cluster
0 commit comments