Skip to content

Commit a864c59

Browse files
authored
Increase build timeout for OCV-PR-5.x-macOS-x86_64.yaml (#164)
1 parent e0ded14 commit a864c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} opencv
103103
working-directory: ${{ github.workspace }}
104104
- name: Build OpenCV
105-
timeout-minutes: 60
105+
timeout-minutes: 100
106106
id: build-opencv
107107
run: |
108108
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt
@@ -337,7 +337,7 @@ jobs:
337337
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv
338338
working-directory: ${{ github.workspace }}
339339
- name: Build OpenCV Contrib
340-
timeout-minutes: 60
340+
timeout-minutes: 100
341341
run: |
342342
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt
343343
working-directory: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)