Skip to content

Commit

Permalink
fix for flaky editor sync test eclipse-xtext#2385
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-karaman committed Oct 2, 2024
1 parent 76cf645 commit 59b76f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void testUndoRedo() throws Exception {
try (FileWriter fw = new FileWriter(externalEditFile)) {
fw.write("");
}

sleep(250);
assertFalse(fileDocumentProvider.isSynchronized(editor.getEditorInput()));

editor.setFocus();
Expand Down

0 comments on commit 59b76f8

Please sign in to comment.