Apparently Python 3.14 made things slower:
https://buildd.debian.org/status/fetch.php?pkg=openturns&arch=riscv64&ver=1.27.1-1%2Bb1&stamp=1782768253&raw=0
...
650/650 Test #1146: pyinstallcheck_HSICEstimatorGlobalSensitivity_std ......................***Timeout 500.16 sec
99% tests passed, 1 tests failed out of 650
Total Test time (real) = 3335.63 sec
The following tests FAILED:
1146 - pyinstallcheck_HSICEstimatorGlobalSensitivity_std (Timeout)
Errors while running CTest
Doubling the timeout in override_dh_auto_install from 500 to 1000 seconds
got me a successful build:
...
656/656 Test #1152: pyinstallcheck_HSICEstimatorGlobalSensitivity_std ...................... Passed 634.61 sec
100% tests passed, 0 tests failed out of 656
...