Skip to content

Commit aeef552

Browse files
committed
Increase timeout for Kernel Launch tests
1 parent 2dc8a7e commit aeef552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SimpleNonlinearSolve/test/gpu/cuda_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
end
3737
end
3838

39-
@testitem "CUDA Kernel Launch Test" tags=[:cuda] skip=:(using CUDA; !CUDA.functional()) begin
39+
@testitem "CUDA Kernel Launch Test" tags=[:cuda] skip=:(using CUDA; !CUDA.functional()) timeout=3600 begin
4040
using StaticArrays, CUDA
4141

4242
CUDA.allowscalar(false)

0 commit comments

Comments
 (0)