ecore_con_client_server_get: increase the timeout to 3s 56/237856/2
authorAmitesh Singh <singh.amitesh@gmail.com>
Mon, 6 Jul 2020 06:28:35 +0000 (11:58 +0530)
committerAmitesh Singh <singh.amitesh@gmail.com>
Mon, 6 Jul 2020 06:32:22 +0000 (12:02 +0530)
It makes TC more stable. There could be an issue in proper IPC
transfer in case of heavy load on the machine. 1.5s might not be adequate.

Change-Id: I7b92383a4df7763d90dd7702943e28c8e50157e6
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
TC/ecore/ecore_con/utc_ecore_con_client_server_get.c

index fba0cb9fd00369c3f82234a1d90f06136859ab73..c20a55f3aa9bb61eb8b5dc52613af4e3b9dbc381 100644 (file)
@@ -417,7 +417,7 @@ START_TEST(utc_ecore_con_client_server_get_p)
                  "[TEST_FAIL]:: %s[%d] : Test has failed (failed connect to server)..",
                  __FILE__, __LINE__);
 
-   ecore_timer_add(1.5, _timeout, NULL);
+   ecore_timer_add(3.0, _timeout, NULL);
 
    ecore_main_loop_begin();