Skip to content

Commit 1a86273

Browse files
committed
ci: increase test timeout
1 parent 75d6bc6 commit 1a86273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/client.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ describe('Client', function () {
384384
const publishedReplayId2 = publishResult.replayId;
385385

386386
// Wait for event to be received
387-
await waitFor(5000, () => receivedEvents.length === 2);
387+
await waitFor(10000, () => receivedEvents.length === 2);
388388

389389
// Check received events
390390
expect(hasRequestedAdditionalEvents)

0 commit comments

Comments
 (0)