summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2014-08-21 03:43:11 +0000
committerNanang Izzuddin <nanang@teluu.com>2014-08-21 03:43:11 +0000
commit92ea0b65a3946ce3e8b3f7abab7b284bf112a1e1 (patch)
tree548af772155a38079e5cb80e3934fe0e63bcc122 /pjsip
parenta93274018042da66b2ee7b925ed5c0ac7e7c4958 (diff)
Misc (re #1751): fixed occasional failure in pjsip-test & pjnath-test caused by resource leak.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4898 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/src/test/tsx_basic_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/src/test/tsx_basic_test.c b/pjsip/src/test/tsx_basic_test.c
index baae9fd3..1a63b539 100644
--- a/pjsip/src/test/tsx_basic_test.c
+++ b/pjsip/src/test/tsx_basic_test.c
@@ -267,7 +267,7 @@ int tsx_destroy_test()
"normal unable to resolve",
&tsx_create_and_send_req,
"sip:user@somehost",
- 10000,
+ 15000,
1
},
{
@@ -275,7 +275,7 @@ int tsx_destroy_test()
&tsx_create_and_send_req,
"sip:user@somehost",
1,
- 10000
+ 15000
},
{
"tcp connect and destroy",