Skip to content

Commit

Permalink
feat: reduce flacky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Sep 24, 2024
1 parent 396ae78 commit 4d4f1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/queries/client/queries/query/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("query", () => {

const subscription = observer.observe().subscribe()

await sleep(12)
await sleep(15)

expect(observer.getCurrentResult()).toMatchObject({
data: 0,
Expand Down

0 comments on commit 4d4f1f0

Please sign in to comment.