bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5e440beb7119eea5d20d4ba1630c3304e8d8b436

commit 5e440beb7119eea5d20d4ba1630c3304e8d8b436
Author: Cedric BAIL <[email protected]>
Date:   Wed Dec 5 10:47:06 2018 -0800

    ecore_con: no need for a long timeout when we know the test is supposed to 
timeout.
    
    Reviewed-by: Marcel Hollerbach <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D7422
---
 src/tests/ecore_con/ecore_con_test_ecore_con.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/ecore_con/ecore_con_test_ecore_con.c 
b/src/tests/ecore_con/ecore_con_test_ecore_con.c
index ed77811f46..e128a9d917 100644
--- a/src/tests/ecore_con/ecore_con_test_ecore_con.c
+++ b/src/tests/ecore_con/ecore_con_test_ecore_con.c
@@ -476,7 +476,7 @@ EFL_START_TEST(ecore_test_ecore_con_dns)
    client = ecore_con_server_connect(ECORE_CON_REMOTE_TCP,
                                      "wongsub.wrongdns.lan", 1234, NULL);
    fail_if (client == NULL);
-   ecore_con_server_timeout_set(client, 5.0);
+   ecore_con_server_timeout_set(client, 1.0); // No point for a long timeout 
as we know it is wrong
 
    ecore_main_loop_begin();
    fail_if (err_check != EINA_FALSE);

-- 


Reply via email to