Skip to content

Commit

Permalink
Merge pull request #7548 from julek-wolfssl/grpc
Browse files Browse the repository at this point in the history
Point grpc.yml to the wolfssl repo
  • Loading branch information
dgarske authored May 16, 2024
2 parents a8dd736 + e4f20af commit b866bf6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b866bf6

Please sign in to comment.