Another attempt at fixing reconciler race test

This commit is contained in:
aboyko
2022-08-10 17:22:41 -04:00
parent cf19355903
commit af425959a4

View File

@@ -4805,10 +4805,10 @@ public class ConcourseEditorTest {
}
@Test public void reconcilerRaceCondition() throws Exception {
SynchronizationPoint reconcilerThreadStart = harness.reconcilerThreadStart();
System.out.println("Reconcile thread started");
Editor editor = harness.newEditor("garbage");
System.out.println("Editor created");
SynchronizationPoint reconcilerThreadStart = harness.reconcilerThreadStart();
System.out.println("Reconcile thread started");
try {
String editorContents = editor.getRawText();
for (int i = 0; i < 4; i++) {