Browse Source

[Test] Log usec

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
d62042e35b

+ 1
- 1
test/functional/configs/lua_test.conf View 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

+ 1
- 1
test/functional/configs/plugins.conf View 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

+ 1
- 1
test/functional/configs/trivial.conf View File

@@ -32,7 +32,7 @@ worker {
pubkey = "${KEY_PUB1}";
privkey = "${KEY_PVT1}";
}
task_timeout = 60s;
task_timeout = 10s;
}

worker {

Loading…
Cancel
Save