We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d6bc6 commit 1a86273Copy full SHA for 1a86273
spec/integration/client.spec.js
@@ -384,7 +384,7 @@ describe('Client', function () {
384
const publishedReplayId2 = publishResult.replayId;
385
386
// Wait for event to be received
387
- await waitFor(5000, () => receivedEvents.length === 2);
+ await waitFor(10000, () => receivedEvents.length === 2);
388
389
// Check received events
390
expect(hasRequestedAdditionalEvents)
0 commit comments