diff --git a/.github/workflows/_integration_tests.yml b/.github/workflows/_integration_tests.yml index d80a8ac05..5b7a39d67 100644 --- a/.github/workflows/_integration_tests.yml +++ b/.github/workflows/_integration_tests.yml @@ -158,7 +158,6 @@ jobs: docker compose up -d relay-2 --no-build docker compose up -d gateway --no-build docker compose up -d client --no-build - docker compose up veth-config if [[ -n "${{ matrix.test.stop_containers }}" ]]; then docker compose stop ${{ matrix.test.stop_containers }} @@ -170,6 +169,7 @@ jobs: # Intended to mitigate sleep 3 + docker compose up veth-config - name: Add 50ms simulated API latency run: | docker compose exec -T -u root api sh -c 'apk add --update --no-cache iproute2-tc'