From 295f41c5cc84cefc1af5ddd20d2b45ad09b363b0 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Mon, 27 Jan 2025 05:03:35 +0000 Subject: [PATCH] increase bench job timeout to give enough time to download --- .github/workflows/bench_job.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml index 842f2527..5e089283 100644 --- a/.github/workflows/bench_job.yml +++ b/.github/workflows/bench_job.yml @@ -128,6 +128,7 @@ jobs: --interface-type-filter="${{ inputs.network_interface }}" \ --disable-tui \ --max-generate-tokens 250 \ + --chatgpt-api-response-timeout 900 \ --chatgpt-api-port 52415 > output1.log 2>&1 & PID1=$!