Skip to content

Commit

Permalink
Increase timeout for MacOS Intel builds in contrib.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Mar 4, 2024
1 parent 64a3347 commit 0aef218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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
timeout-minutes: 60
timeout-minutes: 100
id: build-opencv-contrib
run: |
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt
Expand Down
2 changes: 1 addition & 1 deletion .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

0 comments on commit 0aef218

Please sign in to comment.