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.
1 parent e06658a commit cc23ec9Copy full SHA for cc23ec9
tests/scripts/helper.ts
@@ -72,6 +72,7 @@ export const expectPoll: (fn: () => boolean) => ReturnType<typeof expect.poll> =
72
(fn) => {
73
return expect.poll(fn, {
74
intervals: [20, 30, 40, 50, 60, 70, 80, 90, 100],
75
+ timeout: process.env.CI ? 10_000 : 5_000,
76
});
77
};
78
0 commit comments