Skip to content

Commit 3ff151e

Browse files
committed
test: bump threshold
1 parent 73d5e28 commit 3ff151e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/abort_signal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ describe('AbortSignal support', () => {
603603
const start = performance.now();
604604
const result = await cursor.toArray().catch(error => error);
605605
const end = performance.now();
606-
expect(end - start).to.be.lessThan(15);
606+
expect(end - start).to.be.lessThan(50);
607607

608608
expect(result).to.be.instanceOf(DOMException);
609609
});

0 commit comments

Comments
 (0)