We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28632fc commit 05bc254Copy full SHA for 05bc254
tests/test_concurrent.py
@@ -732,9 +732,9 @@ async def test_message_order_in_subscribe_unsubscribe_all_loop(
732
'complete' message.
733
"""
734
735
- NUMBER_OF_UNSUBSCRIBE_CALLS = 50 # pylint: disable=invalid-name
+ NUMBER_OF_UNSUBSCRIBE_CALLS = 100 # pylint: disable=invalid-name
736
# Delay in seconds.
737
- DELAY_BETWEEN_UNSUBSCRIBE_CALLS = 0.01 # pylint: disable=invalid-name
+ DELAY_BETWEEN_UNSUBSCRIBE_CALLS = 0.02 # pylint: disable=invalid-name
738
# Gradually stop the test if time is up.
739
TIME_BORDER = 20 # pylint: disable=invalid-name
740
0 commit comments