Explorar o código

Increase waitForDebounce timeout in tests.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
a905ff8d37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-mention/tests/mentionui.js

+ 1 - 1
packages/ckeditor5-mention/tests/mentionui.js

@@ -1727,7 +1727,7 @@ describe( 'MentionUI', () => {
 	}
 
 	function waitForDebounce() {
-		return wait( 160 )();
+		return wait( 200 )();
 	}
 
 	function fireKeyDownEvent( options ) {