Even if missing index to speedup origin visit queries has
been added to replica database, the configured timeouts for
`origin_visit_get_with_statuses` and `origin_visit_find_by_date`
were still too low to avoid query timeouts in production.
After performing some tests locally, bumping them to 2000ms
makes the timeouts go away.
Related to T4386
Should fix [SWH-STORAGE-1C0](https://sentry.softwareheritage.org/share/issue/83a40553efc74f30bd6714ce023e6b3f/), [SWH-STORAGE-1DM](https://sentry.softwareheritage.org/share/issue/95234b62f10749e7b2381f587683b1e0/) and [SWH-STORAGE-1DJ](https://sentry.softwareheritage.org/share/issue/0ec6be86519f4d4e87a8b04a08a88cfa/).