From e4f20aff8b45210b915ac4bacf7c10899d86b538 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 16 May 2024 21:26:10 +0200 Subject: [PATCH] Point grpc.yml to the wolfssl repo --- .github/workflows/grpc.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/grpc.yml b/.github/workflows/grpc.yml index 9fd7724d2..d2f0a8317 100644 --- a/.github/workflows/grpc.yml +++ b/.github/workflows/grpc.yml @@ -49,7 +49,7 @@ jobs: name: ${{ matrix.ref }} runs-on: ubuntu-latest # This should be a safe limit for the tests to run. - timeout-minutes: 60 + timeout-minutes: 30 needs: build_wolfssl steps: - name: Confirm IPv4 and IPv6 support @@ -70,10 +70,8 @@ jobs: - name: Checkout OSP uses: actions/checkout@v4 with: - # TODO point to wolf repo once merged - repository: julek-wolfssl/osp + repository: wolfssl/osp path: osp - ref: grpc-update - name: Checkout grpc uses: actions/checkout@v4