We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff89fc7 commit 741e925Copy full SHA for 741e925
.github/workflows/ci.yaml
@@ -117,7 +117,7 @@ jobs:
117
run: make test-vrf
118
119
p2p-tests:
120
- timeout-minutes: 6
+ timeout-minutes: 10
121
runs-on: ubuntu-24.04
122
steps:
123
- name: Git checkout
@@ -321,7 +321,7 @@ jobs:
321
if: ${{ always() }}
322
323
scenario-tests:
324
- timeout-minutes: 20
+ timeout-minutes: 30
325
needs:
326
- build-tests
327
- build-tests-webrtc
0 commit comments