Skip to content

Commit

Permalink
Fix test sql log-file
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
  • Loading branch information
EugenioCollado committed Dec 19, 2024
1 parent 52a4c85 commit 4d292a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddsrecorder/test/blackbox/both/ResourceLimitsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ class ResourceLimitsTest : public testing::Test
std::shared_ptr<ddsrecorder::participants::FileTracker> 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_;

Expand Down

0 comments on commit 4d292a4

Please sign in to comment.