Gromacs installation error-make check

GROMACS version: 2022.4
GROMACS modification: Yes/No
While installing gromacs, in the section"make check" I receive 1 test error, can anyone help me how to solve it??? Thanks in advance!
99% tests passed, 1 tests failed out of 88

Label Time Summary:
GTest = 631.46 secproc (81 tests)
IntegrationTest = 326.84 sec
proc (25 tests)
MpiTest = 534.37 secproc (19 tests)
QuickGpuTest = 112.44 sec
proc (17 tests)
SlowTest = 300.81 secproc (13 tests)
UnitTest = 3.80 sec
proc (43 tests)

Total Test time (real) = 950.31 sec
The following tests FAILED:
65 - MdrunTestsTwoRanks (Timeout)
Errors while running CTest
make[3]: *** [CMakeFiles/run-ctest-nophys.dir/build.make:71: CMakeFiles/run-ctest-nophys] Error 8
make[2]: *** [CMakeFiles/Makefile2:3254: CMakeFiles/run-ctest-nophys.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:3287: CMakeFiles/check.dir/rule] Error 2
make: *** [Makefile:641: check] Error 2

I am facing the same kind of problem with 61 - MdrunModulesTests, if anyone have the solution please let me help.
Thank you

Hey, I faced the same issue with the exact same test, did you get any answers yet?

If you are using GROMACS 2024, you can try adding the option
-DGMX_TEST_TIMEOUT_FACTOR=2
in cmake to increase the time for tests by a factor 2. That might help.

Thank you for the help.