Browse Source

Update the time of checking Silverpeas is well started in the silverpeas-basic test

Miguel Moquillon 4 years ago
parent
commit
77b5565c84
2 changed files with 2 additions and 2 deletions
  1. 1 1
      library/silverpeas
  2. 1 1
      test/tests/silverpeas-basics/run.sh

+ 1 - 1
library/silverpeas

@@ -3,7 +3,7 @@ Maintainers: Miguel Moquillon <[email protected]> (@mmoqui)
 GitRepo: https://github.com/Silverpeas/docker-silverpeas-prod.git
 
 Tags: 6.2, latest
-GitCommit: 65b222316410c7340f7a33e23e2e9816c535c0ec
+GitCommit: 558d384db05b003735f876a2d8a96aa3d404bfb4
 
 Tags: 6.1.2
 GitCommit: a4d6289629004ca954b8a24890eac4d4dc83a597

+ 1 - 1
test/tests/silverpeas-basics/run.sh

@@ -68,7 +68,7 @@ check_running() {
 }
 
 # wait for the Silverpeas starting to be completed
-. "$dir/../../retry.sh" --tries 20 --sleep 5 'check_running'
+. "$dir/../../retry.sh" --tries 20 --sleep 10 'check_running'
 
 expected='Configured: [OK] Running:    [OK] Active:     [OK]  INFO: JBoss is running '
 [ "$(docker exec "$cname" /opt/silverpeas/bin/silverpeas status | tr '\n' ' ')" = "$expected" ]