mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
c4e1cafb63
- Increase `connect_timeout` to 30s, which should be enough for most of the cases - If the script cannot connect to the DB (or any other `psycopg2.OperationalError` occur) — do not fail the script, log the error and proceed. Problems with fetching flaky tests shouldn't block the PR