Retry Postgres dependent jobs
Tests that rely on PostgreSQL database pretty often fail with error: pq: canceling statement due to user request. The next run of the job fixes the problem. To reduce the noise created by this issue we change amount of retries for Postgres related jobs: cover, praefect_sql_test.
Part of: