We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d23974 commit 49c612eCopy full SHA for 49c612e
tests/test_pubsub.py
@@ -12,7 +12,7 @@
12
from .conftest import _get_client, skip_if_redis_enterprise, skip_if_server_version_lt
13
14
15
-def wait_for_message(pubsub, timeout=0.1, ignore_subscribe_messages=False):
+def wait_for_message(pubsub, timeout=0.5, ignore_subscribe_messages=False):
16
now = time.time()
17
timeout = now + timeout
18
while now < timeout:
0 commit comments