Skip to content

Commit

Permalink
Lower precompile limit since Artifacts now has many fewer methods
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Sep 1, 2020
1 parent feffb1e commit 0a80c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function generate_precompile_statements()
if have_repl
# Seems like a reasonable number right now, adjust as needed
# comment out if debugging script
@assert n_succeeded > 1200
@assert n_succeeded > 1000
end

tot_time = time_ns() - start_time
Expand Down

0 comments on commit 0a80c34

Please sign in to comment.