Skip to content

Commit 741e925

Browse files
committed
CI: increase timeouts
1 parent ff89fc7 commit 741e925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: make test-vrf
118118

119119
p2p-tests:
120-
timeout-minutes: 6
120+
timeout-minutes: 10
121121
runs-on: ubuntu-24.04
122122
steps:
123123
- name: Git checkout
@@ -321,7 +321,7 @@ jobs:
321321
if: ${{ always() }}
322322

323323
scenario-tests:
324-
timeout-minutes: 20
324+
timeout-minutes: 30
325325
needs:
326326
- build-tests
327327
- build-tests-webrtc

0 commit comments

Comments
 (0)