Skip to content

Commit

Permalink
ci: make wait test more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 4, 2024
1 parent 9e34557 commit 8780fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/test/wait.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ describe('waitUntil', () => {

await expect(
vi.waitUntil(callback, {
timeout: 60,
interval: 30,
timeout: 100,
interval: 75,
}),
).rejects.toThrowErrorMatchingInlineSnapshot(`[Error: Timed out in waitUntil!]`)

Expand Down

0 comments on commit 8780fe3

Please sign in to comment.