Skip to content

Commit af42595

Browse files
committed
Another attempt at fixing reconciler race test
1 parent cf19355 commit af42595

File tree

1 file changed

+2
-2
lines changed
  • headless-services/concourse-language-server/src/test/java/org/springframework/ide/vscode/concourse

1 file changed

+2
-2
lines changed

headless-services/concourse-language-server/src/test/java/org/springframework/ide/vscode/concourse/ConcourseEditorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,10 +4805,10 @@ public void taskWithYamlParams() throws Exception {
48054805
}
48064806

48074807
@Test public void reconcilerRaceCondition() throws Exception {
4808-
SynchronizationPoint reconcilerThreadStart = harness.reconcilerThreadStart();
4809-
System.out.println("Reconcile thread started");
48104808
Editor editor = harness.newEditor("garbage");
48114809
System.out.println("Editor created");
4810+
SynchronizationPoint reconcilerThreadStart = harness.reconcilerThreadStart();
4811+
System.out.println("Reconcile thread started");
48124812
try {
48134813
String editorContents = editor.getRawText();
48144814
for (int i = 0; i < 4; i++) {

0 commit comments

Comments
 (0)