mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
The test isolates a node and then connects to it through CQL. The `connect()` step would often timeout on ARM debug builds. This was already dealt with in the past in the context of other tests: #11289. The `ManagerClient.con_gen` function creates a connection in a way that avoids the problem -- connection timeout settings are adjusted to account for the slowness. Use it in this test to fix the flakiness. At the same time, reduce the timeout used for the actual CQL request (after the driver has already connected), because the test expects this request to timeout and waiting for 200 seconds here is just a waste of time.