From 8975f8af7dcda78ffa992941575371bba8cbf37f Mon Sep 17 00:00:00 2001 From: Anusree Lakshmi Date: Thu, 23 Jan 2025 15:46:54 +0530 Subject: [PATCH] timeout increased --- .../java/io/openliberty/tools/intellij/it/UIBotTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java b/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java index 6e30f27fd..f900bf4ea 100644 --- a/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java +++ b/src/test/java/io/openliberty/tools/intellij/it/UIBotTestUtils.java @@ -159,7 +159,7 @@ public static void importProject(RemoteRobot remoteRobot, String projectsPath, S () -> textField.getText().equals(projectFullPath)); ComponentFixture projectTree = newProjectDialog.getTree(); - RepeatUtilsKt.waitFor(Duration.ofSeconds(10), + RepeatUtilsKt.waitFor(Duration.ofSeconds(30), Duration.ofSeconds(1), "Waiting for project tree on the Open \"File or Project\" dialog to show the set project", "The project tree on the \"File or Project\" dialog did not show the set project",