Skip to content

Commit 727c05f

Browse files
committed
click less often
1 parent ae30188 commit 727c05f

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/replay/flushing

1 file changed

+1
-1
lines changed

packages/integration-tests/suites/replay/flushing/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for (let index = 0; index < 25; index++) {
4747
} catch {
4848
// ignore errors here, we don't care if the page is closed
4949
}
50-
}, i * 50);
50+
}, i * 200);
5151
}
5252

5353
const replayEvent2 = getReplayEvent(await reqPromise2);

0 commit comments

Comments
 (0)