Commit 4413a7a
committed
Raise Reassure stability check thresholds to reduce CI flakiness
The stability check compares the same code against itself, so any
deviation is purely CI runner noise. The current 10ms/20% thresholds
are too tight for shared CI runners, causing ~37% false positive
failure rate. Raising to 20ms/40% for the stability check while
keeping 10ms/20% for the actual delta regression check.1 parent 2c4f1bd commit 4413a7a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments