stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2409805f059860f285413e55fbcc7f27fb26ae41

commit 2409805f059860f285413e55fbcc7f27fb26ae41
Author: Stefan Schmidt <[email protected]>
Date:   Thu Oct 23 15:13:20 2014 +0200

    Revert "tests/eina: Enable eina_condition_timedwait() now that it should 
work."
    
    This has to work until we really fixed up eina_condition_timedwait()
    
    This reverts commit 5c9024424f7102abd6c7d858628b52da6065cf9a.
---
 src/tests/eina/eina_test_lock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/eina/eina_test_lock.c b/src/tests/eina/eina_test_lock.c
index 608dd99..1b50f6e 100644
--- a/src/tests/eina/eina_test_lock.c
+++ b/src/tests/eina/eina_test_lock.c
@@ -196,7 +196,7 @@ START_TEST(eina_test_rwlock)
    fail_if(counter != 7200);
    fail_if(eina_rwlock_release(&mutex) != EINA_LOCK_SUCCEED);
 
-   eina_condition_timedwait(&cond, 0.01);
+   /* eina_condition_timedwait(&cond, 0.01); */
    eina_thread_join(thread);
 
    eina_condition_free(&cond);

-- 


Reply via email to