Skip to content

Commit

Permalink
Increase timeout for Kernel Launch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed May 25, 2024
1 parent 12ba250 commit 4fea763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu/cuda_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
end
end

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

CUDA.allowscalar(false)
Expand Down

0 comments on commit 4fea763

Please sign in to comment.