[PATCH]the number of hit path maximum:4096

This commit is contained in:
liuwentan
2023-09-21 17:13:52 +08:00
parent 2a9ba6c08f
commit 1e6c87c3d4
4 changed files with 18 additions and 12 deletions

View File

@@ -7247,6 +7247,7 @@ TEST_F(MaatCmdTest, CompileDelete_TSG6548) {
}
now = time(NULL);
}
//scan hit for at most 1 second (rule updating latency), miss for at least 2 seconds.
EXPECT_LE(hit_cnt, miss_cnt);
maat_state_free(state);