Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: increase test_pg_regress and test_isolation timeouts (#8418)
## Problem These tests time out ~1 in 50 runs when in debug mode. There is no indication of a real issue: they're just wrappers that have large numbers of individual tests contained within on pytest case. ## Summary of changes - Bump pg_regress timeout from 600 to 900s - Bump test_isolation timeout from 300s (default) to 600s In future it would be nice to break out these tests to run individual cases (or batches thereof) as separate tests, rather than this monolith.
- Loading branch information
9ded255
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3202 tests run: 3068 passed, 1 failed, 133 skipped (full report)
Failures on Postgres 14
test_slow_secondary_downloads[False]
: releaseTest coverage report is not available
9ded255 at 2024-07-18T10:54:23.816Z :recycle: