CI: increase kokkos-backend test timeout

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2022-09-29 18:26:53 -04:00
parent 5fcedac560
commit 55e742319e
2 changed files with 1 additions and 2 deletions

@ -85,7 +85,6 @@ build:ubuntu2004_hip_kokkos:
after_script:
- ccache -v -s
- ccache -z
timeout: 10 hours
test:ubuntu2004_hip_kokkos:
tags:

@ -145,7 +145,7 @@ function(vtkm_unit_tests)
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 2500)
list(APPEND per_device_serial FALSE)
endif()
if(VTKm_ENABLE_TBB AND (enable_all_backends OR NOT per_device_suffix))