Skip to content

Commit 295f41c

Browse files
committed
increase bench job timeout to give enough time to download
1 parent 19a27c5 commit 295f41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bench_job.yml

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
--interface-type-filter="${{ inputs.network_interface }}" \
129129
--disable-tui \
130130
--max-generate-tokens 250 \
131+
--chatgpt-api-response-timeout 900 \
131132
--chatgpt-api-port 52415 > output1.log 2>&1 &
132133
PID1=$!
133134

0 commit comments

Comments
 (0)