Skip to content

Commit 2ae1b19

Browse files
excessive waits removed (#3601)
Co-authored-by: JaiPannu-IITI <[email protected]>
1 parent 825a2fc commit 2ae1b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/UserPortal/Volunteer/Actions/Actions.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ describe('Testing Actions Screen', () => {
219219
const assigneeName = screen.getAllByTestId('assigneeName');
220220
expectElementToHaveTextContent(assigneeName[0], 'Teresa Bradley');
221221
},
222-
{ timeout: 10000 },
222+
{ timeout: 2500 },
223223
);
224224
});
225225

0 commit comments

Comments
 (0)