Skip to content

Commit 3e3a84d

Browse files
committed
Increase default countEnvelopes timeout to reduce flakiness.
1 parent f4cd6fc commit 3e3a84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-tests/utils/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const countEnvelopes = async (
6868
setTimeout(() => {
6969
page.off('request', requestHandler);
7070
resolve(reqCount);
71-
}, options?.timeout || 200);
71+
}, options?.timeout || 1000);
7272
});
7373

7474
if (options?.url) {

0 commit comments

Comments
 (0)