We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d7216 commit 1f1b076Copy full SHA for 1f1b076
packages/react/tests/useQuery.test.tsx
@@ -74,7 +74,7 @@ describe('useQuery', () => {
74
expect(onChangeSpy).not.toHaveBeenCalled();
75
expect(getAllSpy).toHaveBeenCalledTimes(1);
76
},
77
- { timeout: 100 }
+ { timeout: 1000 }
78
);
79
});
80
0 commit comments