You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Improve timeouts like "ConnectionError: No more Servers available"
Occasionally, the test suite would croak like:
crate.client.exceptions.ConnectionError: No more Servers available, exception from last server: HTTPConnectionPool(host='127.0.0.1', port=44209): Read timed out. (read timeout=2)
By removing the "timeout=2" parameter, that error might go away on CI.
0 commit comments