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 4dbdda9 commit 4d5d3adCopy full SHA for 4d5d3ad
tests-functional/constants.py
@@ -48,6 +48,6 @@ class Account:
48
REMOVE_TC_CMD = "sudo tc qdisc del dev eth0 root"
49
NUM_CONTACT_REQUESTS = int(os.getenv("NUM_CONTACT_REQUESTS", "5"))
50
NUM_MESSAGES = int(os.getenv("NUM_MESSAGES", "1"))
51
-DELAY_BETWEEN_MESSAGES = int(os.getenv("NUM_MESSAGES", "1"))
+DELAY_BETWEEN_MESSAGES = int(os.getenv("NUM_MESSAGES", "20"))
52
EVENT_SIGNAL_TIMEOUT_SEC = int(os.getenv("EVENT_SIGNAL_TIMEOUT_SEC", "4"))
53
PRIVATE_GROUPS = int(os.getenv("PRIVATE_GROUPS", "20"))
0 commit comments