Skip to content

Commit 972e4e7

Browse files
committed
make tests more stable
1 parent 806278f commit 972e4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/use-swr-configs.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { sleep } from './utils'
66
describe('useSWR - configs', () => {
77
it('should read the config fallback from the context', async () => {
88
let value = 0
9-
const INTERVAL = 10
9+
const INTERVAL = 50
1010
const fetcher = () => value++
1111

1212
function Section() {

0 commit comments

Comments
 (0)