From 4d292a49f7f14d8fccc5771967292a341d877ed3 Mon Sep 17 00:00:00 2001 From: Eugenio Collado Date: Thu, 19 Dec 2024 10:26:09 +0100 Subject: [PATCH] Fix test sql log-file Signed-off-by: Eugenio Collado --- ddsrecorder/test/blackbox/both/ResourceLimitsTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddsrecorder/test/blackbox/both/ResourceLimitsTest.cpp b/ddsrecorder/test/blackbox/both/ResourceLimitsTest.cpp index eb27da1c..f28db589 100644 --- a/ddsrecorder/test/blackbox/both/ResourceLimitsTest.cpp +++ b/ddsrecorder/test/blackbox/both/ResourceLimitsTest.cpp @@ -467,8 +467,8 @@ class ResourceLimitsTest : public testing::Test std::shared_ptr sql_file_tacker_; - test::limits mcap_limits_{35 * 1024, 7 * 1024, 0.1, 70}; - test::limits sql_limits_{300 * 1024, 300 * 1024, 0.1, 273}; + test::limits mcap_limits_{35 * 1024, 7 * 1024, 0.2, 70}; + test::limits sql_limits_{300 * 1024, 300 * 1024, 0.2, 273}; test::limits *limits_;