Skip to content

Commit

Permalink
increase timeout, disable ws2025 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe authored Oct 23, 2024
1 parent d8f769b commit 519ec25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
shell: pwsh
- name: Run secnetperf
shell: pwsh
timeout-minutes: 40
timeout-minutes: 50
run: |
$env:netperf_remote_powershell_supported = $true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/quic_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
{ "env": "lab", "os": "windows-2022", "arch": "x64", "tls": "schannel", "io": "iocp" },
{ "env": "lab", "os": "windows-2022", "arch": "x64", "tls": "schannel", "io": "xdp" },
{ "env": "lab", "os": "windows-2022", "arch": "x64", "tls": "schannel", "io": "wsk" },
{ "env": "lab", "os": "windows-2025", "arch": "x64", "tls": "schannel", "io": "iocp" },
{ "env": "lab", "os": "windows-2025", "arch": "x64", "tls": "schannel", "io": "xdp" },
{ "env": "lab", "os": "windows-2025", "arch": "x64", "tls": "schannel", "io": "wsk" },
{ "env": "lab", "os": "ubuntu-20.04", "arch": "x64", "tls": "openssl", "io": "epoll" }
]

0 comments on commit 519ec25

Please sign in to comment.