summaryrefslogtreecommitdiff
path: root/plugins/app/tests
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/app/tests')
-rw-r--r--plugins/app/tests/plugin_pipes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/app/tests/plugin_pipes.go b/plugins/app/tests/plugin_pipes.go
index fc999718..150ab297 100644
--- a/plugins/app/tests/plugin_pipes.go
+++ b/plugins/app/tests/plugin_pipes.go
@@ -13,7 +13,7 @@ import (
const ConfigSection = "app"
const Response = "test"
-var testPoolConfig = roadrunner.Config{
+var testPoolConfig = roadrunner.PoolConfig{
NumWorkers: 10,
MaxJobs: 100,
AllocateTimeout: time.Second * 10,