diff options
Diffstat (limited to 'tests/plugins/jobs/amqp/.rr-amqp-init.yaml')
-rw-r--r-- | tests/plugins/jobs/amqp/.rr-amqp-init.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/plugins/jobs/amqp/.rr-amqp-init.yaml b/tests/plugins/jobs/amqp/.rr-amqp-init.yaml index 44e12d89..5c585372 100644 --- a/tests/plugins/jobs/amqp/.rr-amqp-init.yaml +++ b/tests/plugins/jobs/amqp/.rr-amqp-init.yaml @@ -10,13 +10,14 @@ amqp: addr: amqp://guest:guest@localhost:5672/ logs: - level: info + level: debug encoding: console mode: development jobs: num_pollers: 10 pipeline_size: 100000 + timeout: 1 pool: num_workers: 10 max_jobs: 0 |