Skip to content

Commit

Permalink
Actually bump jet limit
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl authored Feb 27, 2024
1 parent e25f15a commit 70e118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using LinearAlgebra, LRUCache, Strided, StridedViews, Dates, SparseArrays, Rando
AnyFrameModule(RandomMatrices))
)
@show rep
@test length(JET.get_reports(rep)) <= 23
@test length(JET.get_reports(rep)) <= 24
@test_broken length(JET.get_reports(rep)) == 0
end
end # testset

0 comments on commit 70e118d

Please sign in to comment.