aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lib/vars.py
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-10-19 18:04:01 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-10-19 18:04:01 +0200
commitedcc2ad4e1c1b5a6307f35f0749f8ae58ef8184e (patch)
tree0110c7034dde0cc1fd2ba630601e96ce6c19ba29 /test/functional/lib/vars.py
parent22688fb4c86406a26eecbc771f535aa0d1ffa62f (diff)
downloadrspamd-edcc2ad4e1c1b5a6307f35f0749f8ae58ef8184e.tar.gz
rspamd-edcc2ad4e1c1b5a6307f35f0749f8ae58ef8184e.zip
[Test] Add map reload test
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r--test/functional/lib/vars.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py
index 3ba68fea3..a9d5e89f9 100644
--- a/test/functional/lib/vars.py
+++ b/test/functional/lib/vars.py
@@ -3,6 +3,7 @@ import socket
KEY_PVT1 = 'ekd3x36tfa5gd76t6pa8hqif3ott7n1siuux68exbkk7ukscte9y'
KEY_PUB1 = 'm8kneubpcjsb8sbsoj7jy7azj9fdd3xmj63txni86a8ye9ncomny'
LOCAL_ADDR = u'127.0.0.1'
+MAP_WATCH_INTERVAL = '1min'
PORT_CONTROLLER = 56790
PORT_CONTROLLER_SLAVE = 56793
PORT_FUZZY = 56791