From fa6f9bf625814bb629fd95e3d6d610cf5b221a2c Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Wed, 25 Oct 2023 15:26:12 +0000 Subject: [PATCH] Merge branch 'fix/3dnonuniformdiamond_timeout' into 'master' Increase the timeout parameter for the nonuniform diamond test Closes #1308 See merge request dumux-repositories/dumux!3672 (cherry picked from commit a83ae7e0048272babc1ab5054ba9386d24c1894d) cf6098f1 [test][freeflow][nonuniform] increase the timeout parameter for the nonuniform diamond test --- test/freeflow/navierstokes/channel/3d_nonuniform/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/freeflow/navierstokes/channel/3d_nonuniform/CMakeLists.txt b/test/freeflow/navierstokes/channel/3d_nonuniform/CMakeLists.txt index 195ba53df8..1a36746afd 100644 --- a/test/freeflow/navierstokes/channel/3d_nonuniform/CMakeLists.txt +++ b/test/freeflow/navierstokes/channel/3d_nonuniform/CMakeLists.txt @@ -7,6 +7,7 @@ dumux_add_test(NAME test_ff_stokes_channel_3d_nonuniform_diamond COMPILE_DEFINITIONS TYPETAG_MOMENTUM=ThreeDChannelTestMomentumDiamond COMPILE_DEFINITIONS TYPETAG_MASS=ThreeDChannelTestMassTpfa LABELS freeflow navierstokes + TIMEOUT 3600 CMAKE_GUARD "( HAVE_UMFPACK AND dune-uggrid_FOUND )" COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py CMD_ARGS --script fuzzy -- GitLab