Skip to content

Commit

Permalink
Increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-t committed Jul 4, 2024
1 parent 04e6bb6 commit 40bc804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ describe( 'AudienceSegmentationSetupCTAWidget', () => {
).toBeInTheDocument();
} );

await act( waitForDefaultTimeouts );
await act( () => waitForTimeouts( 30 ) );
} );

describe( 'AudienceErrorModal', () => {
Expand Down

0 comments on commit 40bc804

Please sign in to comment.