Skip to content

Commit 4d5d3ad

Browse files
test_: Code Migration from status-cli-tests constant update
1 parent 4dbdda9 commit 4d5d3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-functional/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ class Account:
4848
REMOVE_TC_CMD = "sudo tc qdisc del dev eth0 root"
4949
NUM_CONTACT_REQUESTS = int(os.getenv("NUM_CONTACT_REQUESTS", "5"))
5050
NUM_MESSAGES = int(os.getenv("NUM_MESSAGES", "1"))
51-
DELAY_BETWEEN_MESSAGES = int(os.getenv("NUM_MESSAGES", "1"))
51+
DELAY_BETWEEN_MESSAGES = int(os.getenv("NUM_MESSAGES", "20"))
5252
EVENT_SIGNAL_TIMEOUT_SEC = int(os.getenv("EVENT_SIGNAL_TIMEOUT_SEC", "4"))
5353
PRIVATE_GROUPS = int(os.getenv("PRIVATE_GROUPS", "20"))

0 commit comments

Comments
 (0)