Browse Source

Increase test timeout while waiting for ResizeObserver

panr 6 năm trước cách đây
mục cha
commit
e337003f58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 );
 			} );
 		} );