forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf1e671a
committed
Increase timeout in statement_timeout test from 1 second to 2 seconds.
We have once or twice seen failures suggesting that control didn't getto the exception block before the timeout elapsed, which is unlikelybut not impossible in a parallel regression test (with a dozen otherbackends competing for cycles). This change doesn't completely preventthe problem of course, but it should reduce the probability enough thatwe don't see it anymore. Per buildfarm results.1 parent5266f22 commitf1e671a
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2019 | 2019 |
| |
2020 | 2020 |
| |
2021 | 2021 |
| |
2022 |
| - | |
| 2022 | + | |
2023 | 2023 |
| |
2024 | 2024 |
| |
2025 | 2025 |
| |
| |||
2032 | 2032 |
| |
2033 | 2033 |
| |
2034 | 2034 |
| |
2035 |
| - | |
| 2035 | + | |
2036 | 2036 |
| |
2037 | 2037 |
| |
2038 | 2038 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1755 | 1755 |
| |
1756 | 1756 |
| |
1757 | 1757 |
| |
1758 |
| - | |
| 1758 | + | |
1759 | 1759 |
| |
1760 | 1760 |
| |
1761 | 1761 |
| |
| |||
1769 | 1769 |
| |
1770 | 1770 |
| |
1771 | 1771 |
| |
1772 |
| - | |
| 1772 | + | |
1773 | 1773 |
| |
1774 | 1774 |
| |
1775 | 1775 |
| |
|
0 commit comments
Comments
(0)