Skip to content

Commit b866bf6

Browse files
authored
Merge pull request #7548 from julek-wolfssl/grpc
Point grpc.yml to the wolfssl repo
2 parents a8dd736 + e4f20af commit b866bf6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/grpc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: ${{ matrix.ref }}
5050
runs-on: ubuntu-latest
5151
# This should be a safe limit for the tests to run.
52-
timeout-minutes: 60
52+
timeout-minutes: 30
5353
needs: build_wolfssl
5454
steps:
5555
- name: Confirm IPv4 and IPv6 support
@@ -70,10 +70,8 @@ jobs:
7070
- name: Checkout OSP
7171
uses: actions/checkout@v4
7272
with:
73-
# TODO point to wolf repo once merged
74-
repository: julek-wolfssl/osp
73+
repository: wolfssl/osp
7574
path: osp
76-
ref: grpc-update
7775

7876
- name: Checkout grpc
7977
uses: actions/checkout@v4

0 commit comments

Comments
 (0)