Skip to content

Commit

Permalink
fix: hum
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Aug 23, 2024
1 parent f87c1fd commit ac2adfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/binding/useSubscribe.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("Given a function that returns undefined", () => {
}, [])
}, {})

await waitForTimeout(15)
await waitForTimeout(20)

expect(testValue).toBe(5)
})
Expand Down

0 comments on commit ac2adfa

Please sign in to comment.