From 683ac538344a1128e1dc624fb2c3af0c084f9d78 Mon Sep 17 00:00:00 2001 From: Acha Bill Date: Tue, 27 Feb 2024 16:49:51 +0100 Subject: [PATCH] fix: wip --- .github/workflows/beekeeper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 56450434992..537a6ab6377 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -17,7 +17,7 @@ env: BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2 - TIMEOUT: 30m + TIMEOUT: 10m BUCKET_NAME: swarm-beekeeper-artifacts AWS_ACCESS_KEY_ID: ${{ secrets.DO_AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.DO_AWS_SECRET_ACCESS_KEY }} @@ -132,7 +132,7 @@ jobs: run: timeout ${TIMEOUT} bash -c 'until beekeeper check --cluster-name local-dns --checks=ci-full-connectivity; do echo "waiting for full connectivity..."; sleep .3; done' - name: Redundancy id: redundancy - run: timeout ${TIMEOUT} beekeeper check --cluster-name local-dns --checks ci-redundancy + run: timeout ${TIMEOUT}bash -c 'until beekeeper check --cluster-name local-dns --checks=ci-redundancy; do echo "waiting for full redundancy..."; sleep .3; done' - name: Collect debug artifacts if: failure() run: |