summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sendto/170_timer_required.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-sendto/170_timer_required.py')
-rw-r--r--tests/pjsua/scripts-sendto/170_timer_required.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/scripts-sendto/170_timer_required.py b/tests/pjsua/scripts-sendto/170_timer_required.py
index b9bea968..8f6749db 100644
--- a/tests/pjsua/scripts-sendto/170_timer_required.py
+++ b/tests/pjsua/scripts-sendto/170_timer_required.py
@@ -16,7 +16,7 @@ a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
"""
-pjsua_args = "--null-audio --auto-answer 200 --use-timer --timer-min-se 90 --timer-se 1800"
+pjsua_args = "--null-audio --auto-answer 200 --use-timer 2 --timer-min-se 90 --timer-se 1800"
extra_headers = "Require: timer\nSupported: timer\nSession-Expires: 1800\n"
include = ["Session-Expires: .*;refresher=.*"]
exclude = []