Skip to content

Commit

Permalink
Increase build timeout for OCV-PR-5.x-macOS-x86_64.yaml (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Mar 15, 2024
1 parent e0ded14 commit a864c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OCV-PR-5.x-macOS-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} opencv
working-directory: ${{ github.workspace }}
- name: Build OpenCV
timeout-minutes: 60
timeout-minutes: 100
id: build-opencv
run: |
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv
working-directory: ${{ github.workspace }}
- name: Build OpenCV Contrib
timeout-minutes: 60
timeout-minutes: 100
run: |
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit a864c59

Please sign in to comment.