diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 6e6a1bae4d..457f66ea33 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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