mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 15:33:15 +00:00
test_phased_barrier_reassignment has a timeout to prevent the test from hanging on failure, but it occastionally triggers in debug mode since the timeout is quite low (1ms). Increase the timeout to prevent false positives. Since the timeout only expires if the test fails, it will have no impact on execution time. Ref #8613 Closes #8692