Skip to content

Commit

Permalink
fixup! ci: increase timeout BPChangingShapeWithinStep.MultiBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Nov 13, 2023
1 parent 653606e commit e6b61f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/adios2/engine/bp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,5 @@ if (TEST Engine.BP.*/BPChangingShapeWithinStep.MultiBlock/*.BP5.MPI)
list(APPEND tests_long_timeout Engine.BP.*/BPChangingShapeWithinStep.MultiBlock/*.BP5.MPI)
endif()

set_tests_properties(${tests_long_timeout} PROPERTIES TIMEOUT 300)
set_tests_properties(${tests_long_timeout} PROPERTIES RUN_SERIAL)
set_tests_properties(${tests_long_timeout} PROPERTIES RUN_SERIAL)

0 comments on commit e6b61f5

Please sign in to comment.