From 841c0cd595c978232a846adba3a654af09a19acf Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Mon, 26 Aug 2024 22:58:43 +0200 Subject: [PATCH] updated timeout check --- .github/workflows/performance.yml | 22 +++++++++++++--------- .github/workflows/run-performance.yml | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 5f81a34b..a9eea60f 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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 }} diff --git a/.github/workflows/run-performance.yml b/.github/workflows/run-performance.yml index c6ad0ee9..edd54ba4 100644 --- a/.github/workflows/run-performance.yml +++ b/.github/workflows/run-performance.yml @@ -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