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 5c9024424f.
This commit is contained in:
Stefan Schmidt 2014-10-23 15:13:20 +02:00
parent 4091b4824d
commit 2409805f05
1 changed files with 1 additions and 1 deletions

View File

@ -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);