Skip to content

Commit 20bfc5f

Browse files
committed
Extended timeout.
1 parent d85bf94 commit 20bfc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/causal_lm_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ jobs:
717717
source ./ov/setupvars.sh
718718
export PYTHONPATH=./build/:$PYTHONPATH
719719
printf 'What is on the image?\nWhat is special on the image?\n' > ./input.txt
720-
timeout 120s python ./samples/python/vlm_chat_sample/vlm_chat_sample.py ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11 < input.txt > ./pred.txt
720+
timeout 600s python ./samples/python/vlm_chat_sample/vlm_chat_sample.py ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11 < input.txt > ./pred.txt
721721
722722
cpp-continuous-batching-ubuntu:
723723
runs-on: ubuntu-20.04-8-cores

0 commit comments

Comments
 (0)