From 185634fe47986cb6689054790f96d59e1e231b8c Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com> Date: Mon, 27 Jun 2022 21:08:01 -0400 Subject: [PATCH] ci: change timeout for kokkos --- CMake/testing/VTKmTestWrappers.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMake/testing/VTKmTestWrappers.cmake b/CMake/testing/VTKmTestWrappers.cmake index c36ba67add..29ec6a7273 100644 --- a/CMake/testing/VTKmTestWrappers.cmake +++ b/CMake/testing/VTKmTestWrappers.cmake @@ -144,8 +144,7 @@ function(vtkm_unit_tests) if(VTKm_ENABLE_KOKKOS AND (enable_all_backends OR NOT per_device_suffix)) list(APPEND per_device_command_line_arguments --vtkm-device=kokkos) list(APPEND per_device_suffix "KOKKOS") - #may require more time because of kernel generation. - list(APPEND per_device_timeout 1500) + list(APPEND per_device_timeout 600) list(APPEND per_device_serial FALSE) endif() if(VTKm_ENABLE_TBB AND (enable_all_backends OR NOT per_device_suffix)) -- GitLab