Skip to content

Commit

Permalink
Update test_backend_conn_ping-t.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Aug 30, 2023
1 parent c9c1cff commit 049bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/tests/test_backend_conn_ping-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ int check_backend_conns(
uint64_t act_proxy_used_conn_count = 0;

uint32_t total_wait_time = 40;
uint32_t intv = 5;
uint32_t intv = 10;
uint32_t total_checks = total_wait_time / intv;

for (uint32_t check_num = 0; check_num < total_checks; check_num++) {
Expand Down

0 comments on commit 049bb28

Please sign in to comment.