We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
countEnvelopes
1 parent 494e3e0 commit 8817c2fCopy full SHA for 8817c2f
packages/integration-tests/utils/helpers.ts
@@ -68,7 +68,7 @@ export const countEnvelopes = async (
68
setTimeout(() => {
69
page.off('request', requestHandler);
70
resolve(reqCount);
71
- }, options?.timeout || 200);
+ }, options?.timeout || 1000);
72
});
73
74
if (options?.url) {
0 commit comments