increase bench job timeout to give enough time to download

This commit is contained in:
Alex Cheema
2025-01-27 05:03:35 +00:00
parent 19a27c5bfd
commit 295f41c5cc

View File

@@ -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=$!