We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8dd736 + e4f20af commit b866bf6Copy full SHA for b866bf6
1 file changed
.github/workflows/grpc.yml
@@ -49,7 +49,7 @@ jobs:
49
name: ${{ matrix.ref }}
50
runs-on: ubuntu-latest
51
# This should be a safe limit for the tests to run.
52
- timeout-minutes: 60
+ timeout-minutes: 30
53
needs: build_wolfssl
54
steps:
55
- name: Confirm IPv4 and IPv6 support
@@ -70,10 +70,8 @@ jobs:
70
- name: Checkout OSP
71
uses: actions/checkout@v4
72
with:
73
- # TODO point to wolf repo once merged
74
- repository: julek-wolfssl/osp
+ repository: wolfssl/osp
75
path: osp
76
- ref: grpc-update
77
78
- name: Checkout grpc
79
0 commit comments