We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b13f03 commit 618e486Copy full SHA for 618e486
CMakeLists.txt
@@ -372,6 +372,7 @@ if(opencoarrays_aware_compiler)
372
add_mpi_test(async_comp_alloc 6 ${tests_root}/unit/init_register/async_comp_alloc)
373
# Timeout async_comp_alloc test after 3 seconds to progess past the known failure
374
set_property(TEST async_comp_alloc PROPERTY TIMEOUT_AFTER_MATCH 3 "known failure")
375
+ set_property(TEST async_comp_alloc PROPERTY TIMEOUT 6) # in the event old CMake is being used
376
endif()
377
add_mpi_test(get_array 2 ${tests_root}/unit/send-get/get_array)
378
add_mpi_test(get_self 2 ${tests_root}/unit/send-get/get_self)
0 commit comments