Skip to content

Commit

Permalink
cleanup(tests): improve test stability
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 authored and FedeDP committed Nov 13, 2024
1 parent 27e12c9 commit 070cee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/drivers/test_suites/actions_suite/sampling_ratio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ TEST(Actions, sampling_ratio_check_DROP_E_DROP_X) {
/* Enable all syscalls */
auto evt_test = get_syscall_event_test();

evt_test->enable_sampling_logic(128);
evt_test->enable_sampling_logic(2);

evt_test->enable_capture();

uint32_t max_events_to_process = 50000;
uint32_t max_events_to_process = 100000;
uint32_t events_processed = 0;
uint16_t cpu_id = 0;
bool drop_e = false;
Expand Down

0 comments on commit 070cee3

Please sign in to comment.