Skip to content

Commit 7258a43

Browse files
committed
test: attempt to fix CI tests
1 parent ee3b2a3 commit 7258a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/feeds-client/__integration-tests__/activity-websocket-events.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe('Activity state updates via WebSocket events', () => {
164164
text: 'Test activity',
165165
});
166166

167-
await waitForEvent(feed, 'feeds.activity.added', { timeoutMs: 1000 });
167+
await waitForEvent(feed, 'feeds.activity.added', { timeoutMs: 10000 });
168168

169169
expect(
170170
feed.state

packages/feeds-client/__integration-tests__/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const waitForEvent = (
6464
client: FeedsClient | Feed,
6565
type: FeedsEvent['type'] | WSEvent['type'],
6666
{
67-
timeoutMs = 3000,
67+
timeoutMs = 10000,
6868
shouldReject = false,
6969
}: {
7070
timeoutMs?: number;

0 commit comments

Comments
 (0)