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

Jenkins2 asteriskteam at digium.com
Mon Nov 12 05:27:26 CST 2018


Jenkins2 has submitted this change and it was merged. ( 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(-)

Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



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: merged
Gerrit-Change-Id: I4963167caa5e7d7538a39a298b22e0c9c4d3a64a
Gerrit-Change-Number: 10598
Gerrit-PatchSet: 1
Gerrit-Owner: Torrey Searle <tsearle at gmail.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Jenkins2 (1000185)
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181112/66d39571/attachment-0001.html>


More information about the asterisk-code-review mailing list