]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Log usec
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 21 Jul 2019 08:38:04 +0000 (09:38 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 21 Jul 2019 08:38:04 +0000 (09:38 +0100)
test/functional/configs/lua_test.conf
test/functional/configs/plugins.conf
test/functional/configs/trivial.conf

index 8ea65353f81e40b1ee6e414e35c6aeea979389a3..ebdcff860fa73a40846ca2421b6bf4d47951884f 100644 (file)
@@ -39,7 +39,7 @@ worker {
        type = normal
        bind_socket = ${LOCAL_ADDR}:${PORT_NORMAL}
        count = 1
-       task_timeout = 60s;
+       task_timeout = 10s;
 }
 worker {
        type = controller
index 71c1e7c33ebf320c559d3d2af0c730910c7deb2a..bc8fb01ba247a8db1d0894d20b2c3de7aee7177a 100644 (file)
@@ -553,7 +553,7 @@ worker {
   type = normal
   bind_socket = ${LOCAL_ADDR}:${PORT_NORMAL}
   count = 1
-  task_timeout = 60s;
+  task_timeout = 10s;
 }
 worker {
         type = controller
index c9b8927f211b44dfb7ee827ea7593cb5476f6d90..5d4aa0af6e557f9289bd760c4171485efc29473a 100644 (file)
@@ -32,7 +32,7 @@ worker {
                pubkey = "${KEY_PUB1}";
                privkey = "${KEY_PVT1}";
        }
-       task_timeout = 60s;
+       task_timeout = 10s;
 }
 
 worker {