Skip to content

Commit

Permalink
added timeout for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Apr 19, 2024
1 parent 49732ee commit e40a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Template/Form/HSM/HSM.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Add mode', () => {
await waitFor(() => {
expect(notificationSpy).toHaveBeenCalled();
});
});
}, 10000);

test('it should check sample and body', async () => {
render(template);
Expand Down

0 comments on commit e40a9ca

Please sign in to comment.