]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Increase DNS retransmits 1059/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 20 Oct 2016 10:31:27 +0000 (12:31 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 20 Oct 2016 10:31:27 +0000 (12:31 +0200)
test/functional/configs/dkim.conf
test/functional/configs/fuzzy.conf
test/functional/configs/lua_test.conf
test/functional/configs/password.conf
test/functional/configs/plugins.conf
test/functional/configs/proxy.conf
test/functional/configs/stats.conf
test/functional/configs/trivial.conf

index 7a8dacea2090b4693119a9aee31c38aab762c3c0..b6ccbb0d62beab13aff73d8cf194ebc19d068eba 100644 (file)
@@ -1,6 +1,10 @@
 options = {
        filters = ["dkim"]
        pidfile = "${TMPDIR}/rspamd.pid"
+       dns {
+               retransmits = 10;
+               timeout = 2s;
+       }
 }
 logging = {
        type = "file",
index 9d6a546b2bf76c6b750ddab6951fae6fa8c2a67e..827637d5d0a00c5100673796e19c874f025369dc 100644 (file)
@@ -3,6 +3,10 @@ options = {
        pidfile = "${TMPDIR}/rspamd.pid";
        control_socket = "${TMPDIR}/rspamd.sock mode=0600";
        url_tld = "${TESTDIR}/../lua/unit/test_tld.dat";
+       dns {
+               retransmits = 10;
+               timeout = 2s;
+       }
 }
 logging = {
        type = "file",
index 682609335117841070deaeee8f385d53d6b8ba2d..bbaba88647d0c90d93a76ccb480cbc9170a6ede7 100644 (file)
@@ -3,6 +3,10 @@ options = {
        url_tld = "${URL_TLD}"
        pidfile = "${TMPDIR}/rspamd.pid"
        map_watch_interval = ${MAP_WATCH_INTERVAL};
+       dns {
+               retransmits = 10;
+               timeout = 2s;
+       }
 }
 logging = {
        type = "file",
index aa1dae564638516f533aa9ae83a0e98b6f94efd8..9c06e7c7b617be7144b02308ec52f3ca26276d2e 100644 (file)
@@ -2,6 +2,10 @@ options = {
        filters = ["spf", "dkim", "regexp"]
        url_tld = "${TESTDIR}/../lua/unit/test_tld.dat"
        pidfile = "${TMPDIR}/rspamd.pid"
+       dns {
+               retransmits = 10;
+               timeout = 2s;
+       }
 }
 logging = {
        type = "file",
index d4251030064b3f2222d006a3dc8525ceaff56fde..1b36c10b2ffdd4c8c33b3ae0cd2f20b2c9214c54 100644 (file)
@@ -5,6 +5,8 @@ options = {
        lua_path = "${TESTDIR}/../../contrib/lua-fun/?.lua"
        dns {
                nameserver = ["8.8.8.8", "8.8.4.4"];
+               retransmits = 10;
+               timeout = 2s;
        }
 }
 logging = {
index 5f40d1593170d7ed9642798fed0ced8d567bb49d..bca691510b0e9ed6f5ce1446744f127b3a48168e 100644 (file)
@@ -1,6 +1,10 @@
 options = {
        filters = "spf"
        pidfile = "${TMPDIR}/rspamd.pid"
+       dns {
+               retransmits = 10;
+               timeout = 2s;
+       }
 }
 logging = {
        type = "file",
index b503e5b56c64eead70e0cc844cacd953cd547da1..37fe0c7056b8686de264805a1f8c7303e8ad562c 100644 (file)
@@ -2,6 +2,10 @@ options = {
        filters = ["spf", "dkim", "regexp"]
        url_tld = "${TESTDIR}/../lua/unit/test_tld.dat"
        pidfile = "${TMPDIR}/rspamd.pid"
+       dns {
+               retransmits = 10;
+               timeout = 2s;
+       }
 }
 logging = {
        type = "file",
index 99ef1aff60284a80f5ded06a96977df3011a9b64..04f462e1edcb512cdfb6abc64306c2052bbf6eed 100644 (file)
@@ -2,6 +2,10 @@ options = {
        filters = ["spf", "dkim", "regexp"]
        url_tld = "${TESTDIR}/../lua/unit/test_tld.dat"
        pidfile = "${TMPDIR}/rspamd.pid"
+       dns {
+               retransmits = 10;
+               timeout = 2s;
+       }
 }
 logging = {
        type = "file",