Browse Source

Tests: Threshold adjustment.

Marek Lewandowski 5 years ago
parent
commit
b3ef7c2230
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-image/tests/imageresize.js

+ 1 - 1
packages/ckeditor5-image/tests/imageresize.js

@@ -245,7 +245,7 @@ describe( 'ImageResize', () => {
 
 			editor.commands.get( 'undo' ).execute();
 
-			await wait( 180 ); // ui#update event is throttled.
+			await wait( 200 ); // ui#update event is throttled.
 
 			const resizerWrapper = document.querySelector( '.ck-widget__resizer' );
 			const shadowBoundingRect = resizerWrapper.getBoundingClientRect();