The test checks every 100 * smp::count milliseconds that a shard had been able to make at least once step. Shards, in turn, take up to 100 ms sleeping breaks between steps. It seems like on heavily loaded nodes the checking period is too small and the test stuck-detector shoots false-positives. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Message-Id: <20211118154932.25859-1-xemul@scylladb.com>