Timeout while waiting for (Golang Arrow Flight) client

@gpiguing

You should be able to set at the system or session level via a SQL query. Something like:

ALTER SYSTEM SET flight.client.readiness.timeout.millis = 5000;

OR

ALTER SESSION SET flight.client.readiness.timeout.millis = 5000;

Use the SQL API.