Skip to content

Commit

Permalink
50 -> 100
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 1, 2022
1 parent 499d1b8 commit 4bc355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/use-swr-focus.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('useSWR - focus', () => {
// trigger revalidation
await focusWindow()
await waitForNextTick()
await act(() => sleep(50))
await act(() => sleep(100))
await screen.findByText('data: 5')
})

Expand Down

0 comments on commit 4bc355e

Please sign in to comment.