diff --git a/tester/call_tester.c b/tester/call_tester.c index 8b984e498..8e5c952f7 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -1027,9 +1027,10 @@ static void srtp_ice_call(void) { CU_ASSERT_TRUE(check_ice(pauline,marie,LinphoneIceStateHostConnection)); check_rtcp(marie,pauline); -#endif /*wait for ice to found the direct path*/ CU_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&marie->stat.number_of_IframeDecoded,1)); +#endif + /*just to sleep*/ linphone_core_terminate_all_calls(marie->lc);