ci: fix test flakiness (#1810)

This commit is contained in:
Gabi
2023-07-20 18:04:31 -03:00
committed by GitHub
parent 30ccb43ebb
commit 06c1a53fae

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build images
uses: docker/bake-action@v3
uses: docker/bake-action@v3.1.0
with:
set: |
elixir.cache-from=scope=elixir,type=gha
@@ -38,4 +38,4 @@ jobs:
# * If the relay list comes back as an error, retry a few times
# * If the it still comes as an error try a direct connection(local network)
# Right now this is working because we wait for the relay to be up and running before starting the client
run: docker compose exec -it client ping 172.20.0.100 -c 5
run: docker compose exec -it client ping 172.20.0.100 -c 20