浏览代码

Merge branch 'master' of bn.git:plabudda/se

Piotr Labudda 8 年之前
父节点
当前提交
88f8985c57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 1 - 1
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -3075,7 +3075,7 @@ echo \''.$plist.'\' > /Library/LaunchDaemons/parallels.'.$h->SERVER_ADDRESS.'.pl
 
             $result = execOnParallels('prlctl exec "'.$h->SERVER_ADDRESS.'" "networksetup -setdnsservers Ethernet '.$subnets[$subnet]["dns"].'"');
             DEBUG_S(-3, 'Ustawienie serwera DNS', $result);
-            sleep(2);
+            sleep(10);
 
             V::exec("ping ".$h->SERVER_ADDRESS_IP." -c 5 -t 20", $output, $exit);
             DEBUG_S(-3, 'Weryfikacja czy maszyna wirtualna odpowiada na "pingi"', $output);