tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
234 stars 52 forks source link

test: fix flaky vinyl-040-utubettl.t #195

Closed oleg-jukovec closed 1 year ago

oleg-jukovec commented 1 year ago

The sleep time in the test is equal to ttr time for a task. It can lead to the false-negative result considering that unreleased tasks are updated in a separate fiber. So we need to wait a little longer to avoid it.

Closes #194

See also:

https://github.com/tarantool/queue/issues/194#issuecomment-1282015046