This commit is contained in:
Mayel de Borniol 2024-03-06 16:26:37 +00:00
parent b7586e850a
commit 272c2d0819

View file

@ -22,7 +22,7 @@ config :bonfire_search,
## Other general test config
truncate =
case System.get_env("TEST_LOG_TRUNCATE", "1000") do
case System.get_env("TEST_LOG_TRUNCATE", "2000") do
"0" -> :infinity
truncate -> String.to_integer(truncate)
end