tests/eina: Enable eina_condition_timedwait() now that it should work.

This commit is contained in:
Stefan Schmidt 2014-10-23 11:09:55 +02:00
parent f0a02a92be
commit 5c9024424f
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);