From ea26abade4ef5554613283615dcea3eaf0b9cf15 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 15 May 2026 07:23:03 -0400 Subject: [PATCH] MT#55283 slightly defuse some tests Allow for longer processing delays Change-Id: I64371d76f45d6a197358eeb832350cc9760543d9 (cherry picked from commit b725d4a78cc4075fd50a73aa8809efc431814175) --- t/auto-daemon-tests-moh.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/t/auto-daemon-tests-moh.pl b/t/auto-daemon-tests-moh.pl index 7c3d96a04..58b6dfec7 100644 --- a/t/auto-daemon-tests-moh.pl +++ b/t/auto-daemon-tests-moh.pl @@ -167,6 +167,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH zero-connection @@ -307,6 +308,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH sendrecv mode @@ -447,6 +449,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH zero-connection + mode sendrecv @@ -587,6 +590,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH for answerer @@ -729,6 +733,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH for answerer (inactive) @@ -871,6 +876,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH, double hold @@ -966,6 +972,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH for answerer with reflect @@ -1108,6 +1115,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); #done_testing;NGCP::Rtpengine::AutoTest::terminate('f00');exit;