Decouple schema fetch queries timeouts from server side timeouts
Scylla have an ability to override server timeout by appending USING TIMEOUT <timeout>ms to the query
Make driver add USING TIMEOUT <control_connection_timeout*1000>ms for scylla connections
Closes #320
@dkropachev what's the status of this PR?
@dkropachev what's the status of this PR?
I have postponed working on this PR due to the higher priority tasks on my side and @Lorak-mmk being focused on rust driver. This week I will address comments.
@dkropachev let's try to merge this by the end of quarter if possible.
aarch64 tests failing on test_multi_timer_validation, this test is known to be flaky on this architecture.