Skip to content

Commit

Permalink
test: Increase timeout for waitFor in ReplicationForm.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Jun 27, 2024
1 parent 8ded7cb commit 5bcebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/workflow/__tests__/ReplicationForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@ describe('ReplicationForm', () => {
//V
await waitFor(()=>{
expect(screen.queryByRole('status')).not.toBeInTheDocument();
}, {timeout: 2000})
}, {timeout: 8000})
});
});

0 comments on commit 5bcebc2

Please sign in to comment.