From b104aa9b8f304a3979024d17698813d9fea8e975 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:39:11 +0900 Subject: [PATCH] ci: extend benchmark timeout --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 646d2c36c..86040a028 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -38,6 +38,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) 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 1\"" server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh"