diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f3515d8d5..c127f8e9b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -20,7 +20,7 @@ jobs: dotnet-version: "8.0" environment: benchmark benchmark-name: "magiconion-${{ github.event.issue.number || github.run_number }}" - benchmark-timeout: 18 # 10min (env prepare) + 8min (clone & benchmark) + benchmark-timeout: 30 # 10min (env prepare) + 8min (clone & benchmark) client-benchmark-script-path: ".github/scripts/run-benchmark-client.sh" client-benchmark-script-args: "--args \"-u http://${BENCHMARK_SERVER_NAME}:5000 -s streaminghub --channels 1 --streams 2\"" server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh"