diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c73c513..a296c4e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -52,7 +52,7 @@ jobs: DOCKER_REGISTRY: ghcr.io/trifork/ - name: "Wait for opensearch, the slowest component" - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 3 max_attempts: 25 @@ -69,7 +69,7 @@ jobs: - name: "Check health" id: "integrationtest" - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 1 max_attempts: 25