Skip to content

Commit

Permalink
Run QUIC for up to 20 min
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Feb 14, 2024
1 parent 54fb4ab commit 1c4c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
path: artifacts
- name: Run secnetperf
shell: pwsh
timeout-minutes: 15
timeout-minutes: 20
run: ./scripts/secnetperf.ps1 `
-LogProfile ${{ github.event.client_payload.logs || inputs.logprofile || 'NULL' }} `
-MsQuicCommit ${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }} `
Expand Down

0 comments on commit 1c4c7e1

Please sign in to comment.