From e99fdee766854038756d24f2cd2c7f5454783878 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 25 Sep 2017 11:56:01 +0200 Subject: [PATCH] revert a change made to workaround a w10 bug (hang), that was finally solved (mswasapi). This workaround was breaking some tests by changing the duration of calls. --- tester/call_single_tester.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tester/call_single_tester.c b/tester/call_single_tester.c index 13b4eb1cc..73c724a5f 100644 --- a/tester/call_single_tester.c +++ b/tester/call_single_tester.c @@ -427,9 +427,6 @@ bool_t call_with_params2(LinphoneCoreManager* caller_mgr BC_ASSERT_FALSE(wait_for_until(callee_mgr->lc,caller_mgr->lc,&caller_mgr->stat.number_of_LinphoneCallStreamsRunning,initial_caller.number_of_LinphoneCallStreamsRunning+2,2000)); BC_ASSERT_FALSE(wait_for_until(callee_mgr->lc,caller_mgr->lc,&callee_mgr->stat.number_of_LinphoneCallStreamsRunning,initial_callee.number_of_LinphoneCallStreamsRunning+2,2000)); - }else{ - /*wait a bit for streams to start flowing*/ - wait_for_until(callee_mgr->lc,caller_mgr->lc, NULL, 0, 500); } if (linphone_core_get_media_encryption(caller_mgr->lc) == LinphoneMediaEncryptionDTLS ) { if (linphone_core_get_current_call(caller_mgr->lc)->audiostream)