Skip to content

Commit c19bb03

Browse files
committed
test(driver-sql): attribute the 60_000 convention to all four prior repairs, not two
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ADLdAs2pVcH17h9tZKWMBg
1 parent 6fe29c3 commit c19bb03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/drivers/driver-sql/src/live-dialect-matrix.testkit.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@ export function declareUnprovisionedCell(cell: DialectCell, matrix: string): voi
437437
*
438438
* Nothing in the corridor (15_000, 600_000) is distinguishable by measurement,
439439
* so the value is fixed by this package's OWN existing answer for live-touching
440-
* sites: 60 explicit `60_000` budgets across 22 files, put there by #14213 and
441-
* #14628 for hooks that pay a live connect. Adopting it leaves the live matrix
442-
* with ONE live budget instead of two, so a red at 60_000 ms is unambiguous
443-
* about which bound it hit. ⛔ It is NOT `driver-mongodb`'s 30_000 carried over
440+
* sites: 60 explicit `60_000` budgets across 22 files — #13688 and its sweep
441+
* #13902 put them on live test BODIES, #14213 and #14628 on the hooks that pay
442+
* a live connect. Adopting it leaves the live matrix with ONE live budget
443+
* instead of two, so a red at 60_000 ms is unambiguous about which bound it hit. ⛔ It is NOT `driver-mongodb`'s 30_000 carried over
444444
* by analogy — that is that package's number, and this one is this package's.
445445
*
446446
* It clears the derived floor by 4x — arithmetically, room for four

0 commit comments

Comments
 (0)