Commit 3ea46dd
committed
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.1 parent ce741bc commit 3ea46dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments