Skip to content

Commit 8ba3a3d

Browse files
committed
Wait longer for the Search Everywhere menu to populate
Signed-off-by: Paul Gooderham <[email protected]>
1 parent 01b4c36 commit 8ba3a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ public static void runActionFromSearchEverywherePanel(RemoteRobot remoteRobot, S
16251625
JTextFieldFixture searchField = projectFrame.textField(JTextFieldFixture.Companion.byType(), Duration.ofSeconds(10));
16261626
searchField.click();
16271627
searchField.setText(action);
1628-
TestUtils.sleepAndIgnoreException(1); // allow search time to resolve
1628+
TestUtils.sleepAndIgnoreException(10); // allow search time to resolve, 10s for slow machines
16291629

16301630
// Wait for the desired action to show in the search output frame and click on it.
16311631
RepeatUtilsKt.waitFor(Duration.ofSeconds(20),

0 commit comments

Comments
 (0)