Skip to content

Commit 81fffce

Browse files
committed
bump JET failure limit
1 parent fc7029a commit 81fffce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf/jet_test_nfailures.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ using Test
3838
# inference. By increasing this counter, we acknowledge that
3939
# we have introduced an inference failure. We hope to drive
4040
# this number down to 0.
41-
n_allowed_failures = 211
41+
n_allowed_failures = 228
4242
@show n
43-
@test n n_allowed_failures
4443
if n < n_allowed_failures
4544
@info "Please update the n-failures to $n"
4645
end
46+
@test n n_allowed_failures
4747
end

0 commit comments

Comments
 (0)