Skip to content

Commit a7f1b1e

Browse files
committed
Bump notify client timeout to 16 seconds, the current value of
15 is too tight and we miss deadline once in a while.
1 parent 2b7e45f commit a7f1b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/catch_dtmf/basic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ run_catch_dtmf() {
3131
}
3232

3333
set -- `${RTPP_NOTYFY_CLIENT} -s "${RTPP_NOTIFY_SOCK_TCP}:0" \
34-
-S "${TOP_BUILDDIR}/python/sippy_lite" -o catch_dtmf.tlog -t 15 -D`
34+
-S "${TOP_BUILDDIR}/python/sippy_lite" -o catch_dtmf.tlog -t 16 -D`
3535
RTPP_NC_RC=${?}
3636
RTPP_NC_PID="${1}"
3737
RTPP_NOTIFY_SOCK_TCP4_PORT="${2}"

0 commit comments

Comments
 (0)