Skip to content

Commit

Permalink
Attempt to fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Feb 28, 2025
1 parent 893aa5a commit c90a25b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2019, 2023 Pivotal, Inc.
* Copyright (c) 2019, 2025 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -92,7 +92,7 @@ public void setup() throws Exception {

harness.changeConfiguration(new Settings(new Gson().toJsonTree(settings)));
// Configuration change updates indexer hence we need to wait until this occurs as well
indexer.waitOperation();
indexer.waitOperation().get();

project = projects.mavenProject("test-xml-hyperlinks");

Expand Down

0 comments on commit c90a25b

Please sign in to comment.