Skip to content

Commit

Permalink
increased popper waiting delay
Browse files Browse the repository at this point in the history
  • Loading branch information
syd711 committed Nov 28, 2024
1 parent 2da9a39 commit 7466a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@ public boolean restartFrontend() {
executor.setDir(getInstallationFolder());
executor.executeCommandAsync();

systemService.waitForProcess("PinUpMenu.exe", 5, 2000);
systemService.waitForProcess("PinUpMenu.exe", 5, 3000);
StringBuilder standardOutputFromCommand = executor.getStandardOutputFromCommand();
StringBuilder standardErrorFromCommand = executor.getStandardErrorFromCommand();
if (!StringUtils.isEmpty(standardErrorFromCommand.toString())) {
Expand Down

0 comments on commit 7466a57

Please sign in to comment.