Skip to content

Commit

Permalink
updated the test page_count
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhaskar Bora committed Jan 16, 2025
1 parent 34e1b71 commit 550ca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llfs/page_recycler.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ TEST_F(PageRecyclerTest, CrashRecovery)

void PageRecyclerTest::run_crash_recovery_test()
{
const usize fake_page_count = 190;
const usize fake_page_count = 180;
const u32 max_branching_factor = 8;

const auto options = llfs::PageRecyclerOptions{} //
Expand Down

0 comments on commit 550ca3c

Please sign in to comment.