Skip to content

Commit

Permalink
test: add timeout seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
mia committed Dec 28, 2023
1 parent 48bd59a commit f2f8623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vibrant-components/src/lib/Drawer/Drawer.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('<Drawer />', () => {
});

it('content size is shrink', async () => {
await waitFor(() => expect(computedStyle.width).toEqual('480px'), { timeout: 2000 });
await waitFor(() => expect(computedStyle.width).toEqual('480px'), { timeout: 5000 });
});
});

Expand Down

0 comments on commit f2f8623

Please sign in to comment.