Changeset 5858
- Timestamp:
- Aug 16, 2018 1:00:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test/tsx_basic_test.c
r5848 r5858 278 278 15000 279 279 }, 280 #if 0 281 /* These tests rely on TCP connect timeout (so group lock reference count becomes 0 and group lock objects destroys are initiated). 282 * Unfortunately TCP connect timeout may take longer in some OS, e.g: Linux, MacOS, so let's disable this test for now. 283 */ 280 284 { 281 285 "tcp connect and destroy", … … 292 296 60000 293 297 }, 294 298 #endif 295 299 }; 296 300 int rc;
Note: See TracChangeset
for help on using the changeset viewer.