File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} opencv
103
103
working-directory : ${{ github.workspace }}
104
104
- name : Build OpenCV
105
- timeout-minutes : 60
105
+ timeout-minutes : 100
106
106
id : build-opencv
107
107
run : |
108
108
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt
@@ -337,7 +337,7 @@ jobs:
337
337
cmake -B build -G Ninja ${{ env.EXTRA_CMAKE_OPTIONS }} -DOPENCV_EXTRA_MODULES_PATH=opencv_contrib/modules opencv
338
338
working-directory : ${{ github.workspace }}
339
339
- name : Build OpenCV Contrib
340
- timeout-minutes : 60
340
+ timeout-minutes : 100
341
341
run : |
342
342
ninja -j $PARALLEL_JOBS | tee ${{ github.workspace }}/build/build-log.txt
343
343
working-directory : ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments