The documentation [states](https://github.com/tarantool/queue#%D0%9A%D0%BE%D0%BD%D1%81%D1%8E%D0%BC%D0%B5%D1%80) that one can pass an optional timeout argument to `queue.take`, which seems not true when I look at the [sources](https://github.com/tarantool/queue/blob/master/queue/abstract/driver/utubettl.lua#L230) and [tests](https://travis-ci.org/tarantool/queue).