forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd6db0e4
committed
Increase deadlock_timeout to 100ms in FK isolation tests
The previous value of 20ms is dangerously close to the time actuallyspent just waiting for the deadlock to happen, so on occasion it causesthe test to fail simply because the other session didn't get to runearly enough, not managing to cause the deadlock that needs to bedetected. With this new value, it's expected that most machines onnormal load will be able to pass the test.Author: Noah Misch1 parenta0eae1a commitd6db0e4
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments
Comments
(0)