Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 176b2cb

Browse files
author
Mateu Aguiló Bosch
committed
ci: move back to waiting 8 s
1 parent b62a24a commit 176b2cb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ env:
2828
- PROJECT_NAME=contentacms
2929
- PROJECT_BASE_PATH=$HOME/$PROJECT_NAME
3030
- PROJECT_RELEASE_BRANCH=${PROJECT_RELEASE_BRANCH:-8.x-1.x}
31-
- WEB_HOST=127.0.0.1
32-
- WEB_PORT=8888
3331

3432
branches:
3533
only:
@@ -51,7 +49,7 @@ install:
5149
before_script:
5250
# Start Contenta Local Server
5351
- composer run-script start-contenta $PROJECT_BASE_PATH --timeout=0 &> /dev/null &
54-
- until curl -s $WEB_HOST:$WEB_PORT; do sleep 1; done > /dev/null
52+
- sleep 8 # give web server some time to start
5553

5654
script:
5755
- composer run-script ci:helper run_functional_tests "$PROJECT_BASE_PATH" --timeout=0

0 commit comments

Comments
 (0)