8
0
فهرست منبع

Increase waitForDebounce timeout in tests.

Maciej Gołaszewski 6 سال پیش
والد
کامیت
a905ff8d37
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 ) {