Parcourir la source

Increase test timeout while waiting for ResizeObserver

panr il y a 5 ans
Parent
commit
e337003f58
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-editor-inline/tests/inlineeditorui.js

+ 1 - 1
packages/ckeditor5-editor-inline/tests/inlineeditorui.js

@@ -142,7 +142,7 @@ describe( 'InlineEditorUI', () => {
 					expect( view.toolbar.maxWidth ).to.be.equal( '400px' );
 
 					done();
-				}, 100 );
+				}, 500 );
 			} );
 		} );