Skip to content

Commit

Permalink
ci: increase timeout BPChangingShapeWithinStep.MultiBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Nov 8, 2023
1 parent e8fd4e6 commit 5401f7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/adios2/engine/bp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,8 @@ if(ADIOS2_HAVE_CUDA OR ADIOS2_HAVE_Kokkos_CUDA)
target_link_libraries(${tgt} CUDA::cudart)
endforeach()
endif()

set_tests_properties(
Engine.BP.*/BPChangingShapeWithinStep.MultiBlock/*.BP3.MPI
Engine.BP.*/BPChangingShapeWithinStep.MultiBlock/*.BP4.MPI
PROPERTIES TIMEOUT 300)

0 comments on commit 5401f7c

Please sign in to comment.