Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 25, 2024
1 parent 9d00bc4 commit a94d9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tool/GoogleImport/GoogleImport.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ describe('Google Import', () => {
expect(router.push).toHaveBeenCalledWith(
`/accountLists/${accountListId}/tools`,
);
});
}, 15000);
});

describe('Handles errors', () => {
Expand Down

0 comments on commit a94d9d1

Please sign in to comment.