Skip to content

Commit c55ea35

Browse files
JPeer264claude
andcommitted
fixup! chore: Update base node version to 24.21.0
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 4037fce commit c55ea35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/replay-internal/test/unit/util/addEvent.test.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe('Unit | util | addEvent', () => {
9797
expect(recordDroppedEventSpy).not.toHaveBeenCalled();
9898
});
9999

100-
it('stops when exceeding buffer size limit', async function () {
100+
it('stops when exceeding buffer size limit', { timeout: 10_000 }, async function () {
101101
vi.setSystemTime(BASE_TIMESTAMP);
102102

103103
const replay = setupReplayContainer({

0 commit comments

Comments
 (0)