Skip to content

Commit c4f72f6

Browse files
authored
Increase timeout for MacOS Intel builds in contrib. (#160)
1 parent 64a3347 commit c4f72f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv
118118
working-directory: ${{ github.workspace }}
119119
- name: Build OpenCV
120-
timeout-minutes: 60
120+
timeout-minutes: 100
121121
id: build-opencv-contrib
122122
run: |
123123
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt

.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv
117117
working-directory: ${{ github.workspace }}
118118
- name: Build OpenCV
119-
timeout-minutes: 60
119+
timeout-minutes: 100
120120
id: build-opencv-contrib
121121
run: |
122122
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt

0 commit comments

Comments
 (0)