Skip to content

Commit cc23ec9

Browse files
committed
chore: update
1 parent e06658a commit cc23ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const expectPoll: (fn: () => boolean) => ReturnType<typeof expect.poll> =
7272
(fn) => {
7373
return expect.poll(fn, {
7474
intervals: [20, 30, 40, 50, 60, 70, 80, 90, 100],
75+
timeout: process.env.CI ? 10_000 : 5_000,
7576
});
7677
};
7778

0 commit comments

Comments
 (0)