From 06c1a53fae2885b6c2bd3938f0d7a2bb552830a1 Mon Sep 17 00:00:00 2001 From: Gabi Date: Thu, 20 Jul 2023 18:04:31 -0300 Subject: [PATCH] ci: fix test flakiness (#1810) --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8ed0b57e1..8d2263a3c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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