Skip to content

Commit

Permalink
(fix) Increase timeout for conditions-overview test to fix builds (#1417
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vasharma05 authored Oct 17, 2023
1 parent 9100fdc commit 069ac7d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { mockConditions, mockFhirConditionsResponse } from '../__mocks__/conditi
import { mockPatient, renderWithSwr, waitForLoadingToFinish } from '../../../../tools/test-helpers';
import ConditionsOverview from './conditions-overview.component';

jest.setTimeout(10000);

const testProps = {
patientUuid: mockPatient.id,
};
Expand Down

0 comments on commit 069ac7d

Please sign in to comment.