Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel committed Aug 24, 2023
1 parent 41c4cfd commit 18406da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/sheet-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test('RadioListSheet', async () => {

await waitForElementToBeRemoved(sheet);
expect(selectSpy).toHaveBeenCalledWith('1');
});
}, 15000);

test('ActionsListSheet', async () => {
const selectSpy = jest.fn();
Expand Down

0 comments on commit 18406da

Please sign in to comment.