This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 7767e4351c0b3d897f349f0191a235810bce64c1
Author: Lei Zhang <zhang...@apache.org>
AuthorDate: Tue Mar 8 00:09:26 2022 +0800

    SCB-2421 Fix Nacos docker startup wait for log
---
 acceptance-tests/acceptance-pack-spring-demo-with-nacos/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acceptance-tests/acceptance-pack-spring-demo-with-nacos/pom.xml 
b/acceptance-tests/acceptance-pack-spring-demo-with-nacos/pom.xml
index 5313b59..4b03b15 100644
--- a/acceptance-tests/acceptance-pack-spring-demo-with-nacos/pom.xml
+++ b/acceptance-tests/acceptance-pack-spring-demo-with-nacos/pom.xml
@@ -60,13 +60,13 @@
                       <MODE>standalone</MODE>
                     </env>
                     <wait>
-                      <log>Nacos started successfully</log>
+                      <log>Completed initialization in</log>
                       <tcp>
                         <ports>
                           <port>8848</port>
                         </ports>
                       </tcp>
-                      <time>60000</time>
+                      <time>300000</time>
                     </wait>
                     <ports>
                       <port>nacos.port:8848</port>

Reply via email to