[Asterisk-code-review] testsuite: fix typo in route set reinvite (testsuite[13])

Torrey Searle asteriskteam at digium.com
Thu Nov 8 04:30:58 CST 2018


Torrey Searle has uploaded this change for review. ( https://gerrit.asterisk.org/10598


Change subject: testsuite: fix typo in route_set_reinvite
......................................................................

testsuite: fix typo in route_set_reinvite

pause incorrectly set to 10 seconds instead of 1 second, causing test
to fail

Change-Id: I4963167caa5e7d7538a39a298b22e0c9c4d3a64a
---
M tests/channels/pjsip/nat/rewrite_contact/route_set_reinvite/sipp/uac-route-set.xml
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/98/10598/1

diff --git a/tests/channels/pjsip/nat/rewrite_contact/route_set_reinvite/sipp/uac-route-set.xml b/tests/channels/pjsip/nat/rewrite_contact/route_set_reinvite/sipp/uac-route-set.xml
index 3e41bd3..f85b46d 100644
--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_reinvite/sipp/uac-route-set.xml
+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_reinvite/sipp/uac-route-set.xml
@@ -64,7 +64,7 @@
     ]]>
   </send>
 
-  <pause milliseconds="10000" />
+  <pause milliseconds="1000" />
 
   <send retrans="500">
     <![CDATA[

-- 
To view, visit https://gerrit.asterisk.org/10598
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4963167caa5e7d7538a39a298b22e0c9c4d3a64a
Gerrit-Change-Number: 10598
Gerrit-PatchSet: 1
Gerrit-Owner: Torrey Searle <tsearle at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181108/0c2cd33a/attachment.html>


More information about the asterisk-code-review mailing list