Skip to content

Commit

Permalink
ci fix: removed logging definition from docker-compose and decreased …
Browse files Browse the repository at this point in the history
…wait time
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent 8bd5632 commit 8354c80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions e2e_tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ networks:
services:
mqtt-server:
image: ghcr.io/everest/everest-demo/mqtt-server:0.0.10
logging:
driver: none
ports:
- "1884:1883"
- "9001:9000"
Expand Down
3 changes: 1 addition & 2 deletions e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ start_docker_compose_for_everest() {
fi

echo "Waiting for services to initialize..."
sleep 120
docker-compose ps
sleep 30
docker-compose logs mqtt-server
}

Expand Down

0 comments on commit 8354c80

Please sign in to comment.