Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 3, 2024
1 parent a1a9470 commit f8fbb67
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: 200,
interval: 130,
}),
).rejects.toThrowErrorMatchingInlineSnapshot(`[Error: Timed out in waitUntil!]`)

Expand Down

0 comments on commit f8fbb67

Please sign in to comment.