Skip to content

Commit 5628714

Browse files
Increase JET failure limit
1 parent 2747551 commit 5628714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spaces/opt_spaces.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ end
3434

3535
#! format: off
3636
if ClimaComms.device(context) isa ClimaComms.CUDADevice
37-
test_n_failures(86, TU.PointSpace, context)
37+
test_n_failures(88, TU.PointSpace, context)
3838
test_n_failures(141, TU.SpectralElementSpace1D, context)
3939
test_n_failures(1141, TU.SpectralElementSpace2D, context)
4040
test_n_failures(3, TU.ColumnCenterFiniteDifferenceSpace, context)

0 commit comments

Comments
 (0)