Skip to content

Commit 0cf1f7c

Browse files
ci: comment property
1 parent c7d887f commit 0cf1f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/com.espressif.idf.ui.test/src/com/espressif/idf/ui/test/operations/ProjectTestOperations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class ProjectTestOperations
5353

5454
private static final String DEFAULT_PROJECT_BUILD_WAIT_PROPERTY = "default.project.build.wait";
5555

56-
private static final String DEFAULT_FLASH_WAIT_PROPERTY = "default.project.flash.wait";
56+
// private static final String DEFAULT_FLASH_WAIT_PROPERTY = "default.project.flash.wait";
5757

5858
private static final Logger logger = LoggerFactory.getLogger(ProjectTestOperations.class);
5959

@@ -97,7 +97,7 @@ public static void waitForProjectFlash(SWTWorkbenchBot bot) throws IOException
9797
SWTBotView view = bot.viewByPartName("Console");
9898
view.setFocus();
9999
TestWidgetWaitUtility.waitUntilViewContains(bot, "Hard resetting via RTS pin...", view,
100-
DefaultPropertyFetcher.getLongPropertyValue(DEFAULT_FLASH_WAIT_PROPERTY, 120000));
100+
DefaultPropertyFetcher.getLongPropertyValue(DEFAULT_PROJECT_BUILD_WAIT_PROPERTY, 120000));
101101
}
102102

103103
public static void waitForProjectNewComponentInstalled(SWTWorkbenchBot bot) throws IOException

0 commit comments

Comments
 (0)