Explorar o código

Increase test timeout while waiting for ResizeObserver

panr %!s(int64=6) %!d(string=hai) anos
pai
achega
e337003f58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
 			} );
 		} );