Skip to content

Commit edce25c

Browse files
authored
Merge pull request #1046 from turkeylurkey/issue-1045
Wait longer for the Search Everywhere menu to populate
2 parents 231ea9e + 8ba3a3d commit edce25c

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)