Skip to content

Commit

Permalink
filter_log_to_metrics: Increase unit test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
drbugfinder-work committed Apr 3, 2024
1 parent 0617634 commit 3d0e011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtime/filter_log_to_metrics.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ void flb_test_log_to_metrics_label(void)
for (i = 0; i < 2; i++){
flb_lib_push(ctx, in_ffd, input, strlen(input));
}
wait_with_timeout(500, finalString);
wait_with_timeout(2000, finalString);
result = strstr(finalString, expected_label_name);
if (!TEST_CHECK(result != NULL)) {
TEST_MSG("expected substring:\n%s\ngot:\n%s\n", expected_label_name, finalString);
Expand Down

0 comments on commit 3d0e011

Please sign in to comment.