Skip to content

Commit 618e486

Browse files
committed
Incorporate Andre's suggested test timeout
- See discussion on pull request 281 - This will allow older versions of CMake to time out the expected hanging test.
1 parent 0b13f03 commit 618e486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ if(opencoarrays_aware_compiler)
372372
add_mpi_test(async_comp_alloc 6 ${tests_root}/unit/init_register/async_comp_alloc)
373373
# Timeout async_comp_alloc test after 3 seconds to progess past the known failure
374374
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
375376
endif()
376377
add_mpi_test(get_array 2 ${tests_root}/unit/send-get/get_array)
377378
add_mpi_test(get_self 2 ${tests_root}/unit/send-get/get_self)

0 commit comments

Comments
 (0)