From a7f1b1e3617ca8179f7ff6619d5920ecc615bd20 Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Mon, 24 Jul 2023 13:33:48 -0700 Subject: [PATCH] Bump notify client timeout to 16 seconds, the current value of 15 is too tight and we miss deadline once in a while. --- tests/catch_dtmf/basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/catch_dtmf/basic b/tests/catch_dtmf/basic index ab2141877..10e0fe49b 100755 --- a/tests/catch_dtmf/basic +++ b/tests/catch_dtmf/basic @@ -31,7 +31,7 @@ run_catch_dtmf() { } set -- `${RTPP_NOTYFY_CLIENT} -s "${RTPP_NOTIFY_SOCK_TCP}:0" \ - -S "${TOP_BUILDDIR}/python/sippy_lite" -o catch_dtmf.tlog -t 15 -D` + -S "${TOP_BUILDDIR}/python/sippy_lite" -o catch_dtmf.tlog -t 16 -D` RTPP_NC_RC=${?} RTPP_NC_PID="${1}" RTPP_NOTIFY_SOCK_TCP4_PORT="${2}"