- Notifications
You must be signed in to change notification settings - Fork928
Commit75ff579
authored
fix: Decrease postgres test timeout (
This commit lowers the postgres test timeout from 30m to 20m, currentlyour postgres tests seem to take 8-10m, a 2x factor should suffice.Comments were updated in both places to reflect the reasoning andnecessity of keeping these values in sync.They used to take longer but the `count` was lowered in3d40cb8.The actual timeout value of `make test-postgres` got overlooked in#3079.make test-postgres
) (#3108)1 parent0aa8c2e commit75ff579
2 files changed
+7
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
237 | 240 |
| |
238 | 241 |
| |
239 | 242 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| 174 | + | |
| 175 | + | |
174 | 176 |
| |
175 | 177 |
| |
176 |
| - | |
| 178 | + | |
177 | 179 |
| |
178 | 180 |
| |
179 | 181 |
| |
|
0 commit comments
Comments
(0)