Parcourir la source

increase bench job timeout to give enough time to download

Alex Cheema il y a 3 mois
Parent
commit
295f41c5cc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/bench_job.yml

+ 1 - 0
.github/workflows/bench_job.yml

@@ -128,6 +128,7 @@ jobs:
             --interface-type-filter="${{ inputs.network_interface }}" \
             --interface-type-filter="${{ inputs.network_interface }}" \
             --disable-tui \
             --disable-tui \
             --max-generate-tokens 250 \
             --max-generate-tokens 250 \
+            --chatgpt-api-response-timeout 900 \
             --chatgpt-api-port 52415 > output1.log 2>&1 &
             --chatgpt-api-port 52415 > output1.log 2>&1 &
           PID1=$!
           PID1=$!