From f6435d1fb42e92ed7e904fb23aeafc1b35c00547 Mon Sep 17 00:00:00 2001 From: Argonus Date: Sun, 25 Feb 2024 12:28:50 +0100 Subject: [PATCH] Fix compression --- config/test.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/test.exs b/config/test.exs index 82b2490c..0a43b79a 100644 --- a/config/test.exs +++ b/config/test.exs @@ -4,6 +4,8 @@ config :ex_unit, capture_log: is_nil(System.get_env("SHOW_LOGS")) config :kafka_ex, snappy_module: :snappy +config :kayrock, snappy_module: :snappy + config :kafka_ex, sync_timeout: 60_000 # Help debug tests that are tricky to understand