Sfoglia il codice sorgente

Increase waitForDebounce timeout in tests.

Maciej Gołaszewski 6 anni fa
parent
commit
a905ff8d37
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 ) {