Skip to content

Commit 4bc355e

Browse files
committed
50 -> 100
1 parent 499d1b8 commit 4bc355e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/use-swr-focus.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe('useSWR - focus', () => {
198198
// trigger revalidation
199199
await focusWindow()
200200
await waitForNextTick()
201-
await act(() => sleep(50))
201+
await act(() => sleep(100))
202202
await screen.findByText('data: 5')
203203
})
204204

0 commit comments

Comments
 (0)