mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
Currently when running against a debug build, our integration test suite suffers from a ton of timeout related error logs, caused by auth queries timing out. This causes spurious test failures due to the unexpected error messages in the log. This patch increases the timeout for internal distributed auth queries in debug mode, to give the slow debug builds more headroom to meet the timeout. Refs: #6548 Signed-off-by: Botond Dénes <bdenes@scylladb.com> Message-Id: <20200811145757.1593350-1-bdenes@scylladb.com>