Files
scylladb/service
Kamil Braun fd66bb1a61 storage_service: reduce timeout in wait_for_ring_to_settle
In 297c75c6d8 I set the timeout to
5 minutes mainly due to debug mode which is often quite slow on Jenkins.
But 5 minutes is a bit of an overkill. It wouldn't be a problem but
there is a dtest that waits for a node to fail bootstrap; it's wasteful
for the test to sleep for an entire 5 minutes.

Set it to:
- 3 minutes in debug mode,
- 30 seconds in dev/release modes.

Ref: scylladb/scylla-dtest#3203

Closes #14140
2023-06-07 17:31:43 +03:00
..
2023-06-06 13:29:16 +03:00