mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
For tests that use the dev server, like test-api, test-js-with-puppeteer, we don't have the consumers for the queues. As they eventually timeout, we get unnecessary error messages. This adds a new flag, disable_timeout, to disable this behavior for the test cases.