Skip to content

Commit 8817c2f

Browse files
committed
Increase default countEnvelopes timeout to reduce flakiness.
1 parent 494e3e0 commit 8817c2f

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)