Skip to content

Commit

Permalink
Bump notify client timeout to 16 seconds, the current value of
Browse files Browse the repository at this point in the history
15 is too tight and we miss deadline once in a while.
  • Loading branch information
sobomax committed Jul 24, 2023
1 parent 2b7e45f commit a7f1b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/catch_dtmf/basic
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a7f1b1e

Please sign in to comment.