Skip to content

Commit 1f1b076

Browse files
increase timeout
1 parent 39d7216 commit 1f1b076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/tests/useQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('useQuery', () => {
7474
expect(onChangeSpy).not.toHaveBeenCalled();
7575
expect(getAllSpy).toHaveBeenCalledTimes(1);
7676
},
77-
{ timeout: 100 }
77+
{ timeout: 1000 }
7878
);
7979
});
8080

0 commit comments

Comments
 (0)