Skip to content

Commit cd59faa

Browse files
authored
RISC-V/Precommit: increased core test timeout (#261)
1 parent 9653409 commit cd59faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/OCV-PR-4.x-RISCV.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
timeout-minutes: 60
122122
run: cd $HOME/build && python3 $HOME/scripts/warnings-handling.py
123123
- name: Accuracy:core
124-
timeout-minutes: 60
124+
timeout-minutes: 90
125125
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
126126
run: |
127127
cd $HOME/build

.github/workflows/OCV-PR-5.x-RISCV.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
timeout-minutes: 60
122122
run: cd $HOME/build && python3 $HOME/scripts/warnings-handling.py
123123
- name: Accuracy:core
124-
timeout-minutes: 60
124+
timeout-minutes: 90
125125
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
126126
run: |
127127
cd $HOME/build

0 commit comments

Comments
 (0)