Skip to content

Commit 5166003

Browse files
committed
Increase test's timeout.
Increase alloc_comp_multidim_shape test's timeout to allow running on sadly slow Windows.
1 parent ff78ef9 commit 5166003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ if(opencoarrays_aware_compiler)
813813
add_caf_test(teams_coarray_sendget 5 teams_coarray_sendget)
814814
add_caf_test(sync_team 8 sync_team)
815815
add_caf_test(alloc_comp_multidim_shape 2 alloc_comp_multidim_shape)
816+
set_tests_properties(alloc_comp_multidim_shape PROPERTIES TIMEOUT 300)
816817
endif()
817818
endif()
818819

0 commit comments

Comments
 (0)