test: increase timing threshold for flaky updateMany test
This commit is contained in:
parent
5885de7aac
commit
9fbefd4220
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ describe('Brainy Batch Operations', () => {
|
||||||
await brain.updateMany({ items: updates })
|
await brain.updateMany({ items: updates })
|
||||||
const duration = Date.now() - startTime
|
const duration = Date.now() - startTime
|
||||||
|
|
||||||
expect(duration).toBeLessThan(2500) // v5.4.0: Type-first storage with metadata extraction
|
expect(duration).toBeLessThan(4000) // v5.4.0: Type-first storage with metadata extraction (increased for CI variability)
|
||||||
|
|
||||||
// Verify sample
|
// Verify sample
|
||||||
const sample = await brain.get(manyIds[50])
|
const sample = await brain.get(manyIds[50])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue