From 970ff3ba735f9c7a6992f1fefad96ad225139643 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 1 Oct 2015 10:25:15 +0200 Subject: [PATCH] give more time to measure bandwidth --- tester/call_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/call_tester.c b/tester/call_tester.c index be597f745..61d49e99d 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -3311,7 +3311,7 @@ void check_media_direction(LinphoneCoreManager* mgr, LinphoneCall *call, MSList* BC_ASSERT_PTR_NOT_NULL(call); if (call) { const LinphoneCallParams *params; - wait_for_list(lcs,NULL,0,3500); /*on some device, it may take 3 to 4s to get audio from mic*/ + wait_for_list(lcs,NULL,0,5000); /*on some device, it may take 3 to 4s to get audio from mic*/ params = linphone_call_get_current_params(call); #ifdef VIDEO_ENABLED if (video_dir != LinphoneMediaDirectionInvalid){