Skip to content

Commit 619a24c

Browse files
committed
fix: more time on startup elasticms
1 parent b8774a6 commit 619a24c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/tests.bats

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ export BATS_CONTAINER_NETWORK_NAME="${CONTAINER_NETWORK_NAME:-docker_default}"
156156
for file in ${BATS_TEST_DIRNAME%/}/configs/elasticms/*.env ; do
157157
_basename=$(basename $file)
158158
_name=${_basename%.*}
159-
container_wait_for_log ems 15 "Install \[ ${_name} \] CMS Domain from S3 Bucket \[ ${_basename} \] file successfully ..."
160-
container_wait_for_log ems 15 "Doctrine database migration for \[ ${_name} \] CMS Domain run successfully ..."
161-
container_wait_for_log ems 15 "Elasticms assets installation for \[ ${_name} \] CMS Domain run successfully ..."
162-
container_wait_for_log ems 15 "Elasticms warming up for \[ ${_name} \] CMS Domain run successfully ..."
159+
container_wait_for_log ems 60 "Install \[ ${_name} \] CMS Domain from S3 Bucket \[ ${_basename} \] file successfully ..."
160+
container_wait_for_log ems 60 "Doctrine database migration for \[ ${_name} \] CMS Domain run successfully ..."
161+
container_wait_for_log ems 60 "Elasticms assets installation for \[ ${_name} \] CMS Domain run successfully ..."
162+
container_wait_for_log ems 60 "Elasticms warming up for \[ ${_name} \] CMS Domain run successfully ..."
163163
done
164164

165-
container_wait_for_log ems 15 "NOTICE: ready to handle connections"
166-
container_wait_for_log ems 15 "AH00292: Apache/.* \(Unix\) OpenSSL/.* configured -- resuming normal operations"
165+
container_wait_for_log ems 60 "NOTICE: ready to handle connections"
166+
container_wait_for_log ems 60 "AH00292: Apache/.* \(Unix\) OpenSSL/.* configured -- resuming normal operations"
167167

168168
}
169169

0 commit comments

Comments
 (0)