From 9f9ff82be64c7e5b6fdca4d31995a2d836643d67 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Wed, 1 Oct 2025 19:08:30 +0300 Subject: [PATCH] RISC-V/Nightly: some fixes --- .github/workflows/OCV-Nightly-RISCV.yaml | 2 +- scripts/test-plan-riscv-4.x.json | 3 ++- scripts/test-plan-riscv-5.x.json | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OCV-Nightly-RISCV.yaml b/.github/workflows/OCV-Nightly-RISCV.yaml index 1f20d1fe..d5bfba6e 100644 --- a/.github/workflows/OCV-Nightly-RISCV.yaml +++ b/.github/workflows/OCV-Nightly-RISCV.yaml @@ -137,7 +137,7 @@ jobs: suite: '[ ''${{ matrix.version == ''sc'' && ''short'' || ''default'' }}'' ]' filter: "[ '${{ matrix.version }}' ]" options: "${{ matrix.version }}" - timeout: "45" + timeout: "90" enable_python: "false" enable_java: "false" suffix: '${{ matrix.version }}_${{ matrix.branch }}' diff --git a/scripts/test-plan-riscv-4.x.json b/scripts/test-plan-riscv-4.x.json index c9418acc..74f53a4e 100644 --- a/scripts/test-plan-riscv-4.x.json +++ b/scripts/test-plan-riscv-4.x.json @@ -43,7 +43,8 @@ "Test_Caffe_layers.InnerProduct/0" ], "test_features2d": [ - "KAZE/DetectorScaleInvariance.scale/*" + "KAZE/DetectorScaleInvariance.scale/*", + "Features2d_AFFINE_FEATURE.regression" ] }, "nds": { diff --git a/scripts/test-plan-riscv-5.x.json b/scripts/test-plan-riscv-5.x.json index ad733e81..bd86d0c5 100644 --- a/scripts/test-plan-riscv-5.x.json +++ b/scripts/test-plan-riscv-5.x.json @@ -55,6 +55,10 @@ "MultiViewTest.*", "multiview_calibration.*", "RegisterCamerasTest.hetero*" + ], + "test_3d": [ + "RGBD_Normals/NormalsRandomPlanes.check1plane/1", + "RGBD_Normals/NormalsRandomPlanes.check1plane/4" ] }, "nds": {