From 910b55356e1c2674f9afafe4b40ccdac3059dd48 Mon Sep 17 00:00:00 2001 From: liu-tong-8848 Date: Thu, 28 Sep 2023 09:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=B8=BA300=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../portalcontroller/check/CheckTaskMysqlFullMigration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/opengauss/portalcontroller/check/CheckTaskMysqlFullMigration.java b/src/main/java/org/opengauss/portalcontroller/check/CheckTaskMysqlFullMigration.java index 6952f21..eeb163d 100644 --- a/src/main/java/org/opengauss/portalcontroller/check/CheckTaskMysqlFullMigration.java +++ b/src/main/java/org/opengauss/portalcontroller/check/CheckTaskMysqlFullMigration.java @@ -63,7 +63,7 @@ public class CheckTaskMysqlFullMigration implements CheckTask { String buildChameleonName = "install.sh"; String chameleonVenvPath = hashtable.get(Chameleon.VENV_PATH); RuntimeExecTools.runShell(buildChameleonName, chameleonVenvPath); - checkFileExist(hashtable.get(Chameleon.RUNNABLE_FILE_PATH), 60); + checkFileExist(hashtable.get(Chameleon.RUNNABLE_FILE_PATH), 300); checkChameleonVersion(chameleonVersionOrder, chameleonInstallLogPath); } @@ -118,7 +118,7 @@ public class CheckTaskMysqlFullMigration implements CheckTask { * @param order the order * @param chameleonInstallLogPath the chameleon install log path * @return boolean - * @throws PortalException the portal exception + * */ public boolean checkChameleonStatus(String order, String chameleonInstallLogPath) { try { -- Gitee