diff options
Diffstat (limited to 'tests/heavy-wq.c')
-rw-r--r-- | tests/heavy-wq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/heavy-wq.c b/tests/heavy-wq.c index 1b0691aa..bd93169d 100644 --- a/tests/heavy-wq.c +++ b/tests/heavy-wq.c @@ -166,7 +166,6 @@ heavy_wq_init () heavy_wq->spec.errorfunc = &slow_func_err; heavy_wq->spec.del_item_data = &slow_func_del; heavy_wq->spec.max_retries = 3; - heavy_wq->spec.delay = 10; heavy_wq->spec.hold = 1000; return 0; |