Skip to content

Commit

Permalink
updated timeout check
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Aug 26, 2024
1 parent 5ea3436 commit 841c0cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,19 @@ jobs:
strategy:
max-parallel: 1
matrix:
backend: [ 'quic-go', 'quicly-go' ]
cca: [ 'reno', 'cubic' ]
slowstart: [ 'basic', 'search' ]
connection_delay_ms: [ 0, 500 ]
exclude:
- backend: 'quic-go'
slowstart: 'search'
- backend: 'quic-go'
cca: 'cubic'
backend: [ 'quicly-go' ]
cca: [ 'reno' ]
slowstart: [ 'search' ]
connection_delay_ms: [ 0, 200 ]
# backend: [ 'quic-go', 'quicly-go' ]
# cca: [ 'reno', 'cubic' ]
# slowstart: [ 'basic', 'search' ]
# connection_delay_ms: [ 0, 500 ]
# exclude:
# - backend: 'quic-go'
# slowstart: 'search'
# - backend: 'quic-go'
# cca: 'cubic'
uses: './.github/workflows/run-performance.yml'
with:
server_public_address: ${{ inputs.server_public_address }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
uses:
nick-fields/retry@v3
with:
timeout_minutes: 10
timeout_minutes: 5
max_attempts: 3
retry_on: timeout
warning_on_retry: true
Expand Down

0 comments on commit 841c0cd

Please sign in to comment.