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 26, 2024
1 parent 687b86d commit f1c3d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('AddAppealForm', () => {
expect(
await findByText(/must use a positive whole number for admin cost/i),
).toBeInTheDocument();
}, 6000);
}, 10000);

it('should calculate the Goal amount correctly', async () => {
const { getByRole } = render(<Components />);
Expand Down

0 comments on commit f1c3d12

Please sign in to comment.