From f1c3d12fd2c2bb9034b169eae02bdcc4e36a1fa0 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Tue, 26 Nov 2024 10:34:20 -0600 Subject: [PATCH] Increase test timeout --- .../Appeal/InitialPage/AddAppealForm/AddAppealForm.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tool/Appeal/InitialPage/AddAppealForm/AddAppealForm.test.tsx b/src/components/Tool/Appeal/InitialPage/AddAppealForm/AddAppealForm.test.tsx index d65e295e6..a49c0088c 100644 --- a/src/components/Tool/Appeal/InitialPage/AddAppealForm/AddAppealForm.test.tsx +++ b/src/components/Tool/Appeal/InitialPage/AddAppealForm/AddAppealForm.test.tsx @@ -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();