Skip to content

Commit

Permalink
Increase timeout for mac (openvinotoolkit#1005)
Browse files Browse the repository at this point in the history
I just saw the sample failing in
openvinotoolkit#1001
  • Loading branch information
Wovchena authored Oct 17, 2024
1 parent 330f122 commit 0f71d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ jobs:
- name: Test C++ samples (greedy_causal_lm)
run: |
source ${OV_INSTALL_DIR}/setupvars.sh
timeout 25s ${{ github.workspace }}/s\ pace/samples_bin/greedy_causal_lm ./TinyLlama-1.1B-Chat-v1.0/ ""
${{ github.workspace }}/s\ pace/samples_bin/greedy_causal_lm ./TinyLlama-1.1B-Chat-v1.0/ ""
timeout-minutes: 1

- name: Test python samples (multinomial_causal_lm)
if: ${{ 'Release' == matrix.build-type }} # Python bindings can be built in Release only
Expand Down

0 comments on commit 0f71d80

Please sign in to comment.