Skip to content

Commit

Permalink
chore: fix test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Dec 16, 2021
1 parent 322a381 commit 28f9912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/useAntdTable/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ describe('useAntdTable', () => {
expect(form.fieldsValue.name).toEqual('default name');
expect(form.fieldsValue.phone).toBeUndefined();
expect(form.fieldsValue.email).toBeUndefined();
}, 30000);
}, 60000);

it('should defaultParams work', async () => {
queryArgs = undefined;
Expand Down

0 comments on commit 28f9912

Please sign in to comment.