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

Commit again now that compile problems are solved.
This commit is contained in:
Stefan Schmidt 2014-10-27 15:48:24 +01:00
parent 0619c757ba
commit d3eaafe594
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);