Commit 66fda96
committed
test(graph): relax CREATE GRAPH INDEX timing budget on debug builds
The dispatch-batching regression guard asserts a wall-clock budget to
distinguish a batched build (sub-second) from the serial per-document
await loop (several seconds). Debug builds run unoptimized and several
times slower, so a healthy batched build can exceed the 1s budget.
Use a 5s budget under debug_assertions and keep 1s for release. The serial
loop scales by the same factor into many seconds, so the guard still trips
on a real regression.1 parent 55c3b79 commit 66fda96
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
54 | 65 | | |
55 | 66 | | |
56 | 67 | | |
| |||
0 commit comments