Skip to content

Commit

Permalink
extend test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 25, 2023
1 parent c188a13 commit ecdef81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ endfunction()
# Build a _4 and _d version of each test and link them to the _4 and
# _d builds of the library, for 4-byte real, and 8-byte real.
foreach(kind ${kinds})
create_test(test_ncpus ${kind} 0.2)
create_test(test_splat ${kind} 0.2)
create_test(test_sptezv ${kind} 0.4)
create_test(test_fft ${kind} 0.2)
create_test(test_sptrung ${kind} 0.2)
create_test(test_sptrungv ${kind} 0.4)
create_test(test_ncpus ${kind} 1)
create_test(test_splat ${kind} 1)
create_test(test_sptezv ${kind} 2)
create_test(test_fft ${kind} 1)
create_test(test_sptrung ${kind} 1)
create_test(test_sptrungv ${kind} 2)
endforeach()

0 comments on commit ecdef81

Please sign in to comment.