From 18306cd6afe287d7dcee9716821d4bb8a4cdb2b7 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Wed, 1 Oct 2025 19:11:31 +0300 Subject: [PATCH] RISC-V/Precommit: increased core test timeout --- .github/workflows/OCV-PR-4.x-RISCV.yaml | 2 +- .github/workflows/OCV-PR-5.x-RISCV.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OCV-PR-4.x-RISCV.yaml b/.github/workflows/OCV-PR-4.x-RISCV.yaml index 1fa27f9c..1fe6dce0 100644 --- a/.github/workflows/OCV-PR-4.x-RISCV.yaml +++ b/.github/workflows/OCV-PR-4.x-RISCV.yaml @@ -121,7 +121,7 @@ jobs: timeout-minutes: 60 run: cd $HOME/build && python3 $HOME/scripts/warnings-handling.py - name: Accuracy:core - timeout-minutes: 60 + timeout-minutes: 90 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: | cd $HOME/build diff --git a/.github/workflows/OCV-PR-5.x-RISCV.yaml b/.github/workflows/OCV-PR-5.x-RISCV.yaml index 9e00a2d7..caa1cca1 100644 --- a/.github/workflows/OCV-PR-5.x-RISCV.yaml +++ b/.github/workflows/OCV-PR-5.x-RISCV.yaml @@ -121,7 +121,7 @@ jobs: timeout-minutes: 60 run: cd $HOME/build && python3 $HOME/scripts/warnings-handling.py - name: Accuracy:core - timeout-minutes: 60 + timeout-minutes: 90 if: ${{ always() && steps.build-opencv.outcome == 'success' }} run: | cd $HOME/build