Bug 1277657 Fix a race condition in devtools test helper_inline_editor.js. r=jdescottes

This commit is contained in:
Ben Kelly 2017-05-22 07:29:30 -07:00
Родитель a0fe53386a
Коммит 8382efc2b2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -99,7 +99,7 @@ function* testCompletion([key, completion, index, total], editor) {
yield onSuggest;
yield onVisibilityChange;
yield waitForTick();
yield waitForTime(5);
info("Checking the state");
if (completion !== null) {