eet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.

SVN revision: 67480
This commit is contained in:
Cedric BAIL 2012-01-23 16:53:51 +00:00
parent e4178ad8e6
commit 41dd379872
1 changed files with 1 additions and 1 deletions

View File

@ -1933,7 +1933,7 @@ START_TEST(eet_cache_concurrency)
thread = _beginthreadex(NULL, 0, open_close_worker, file, 0, &thread_id);
# endif /* ifdef _EET_INCLUDED_PTHREAD */
/* clear the cache repeatedly in this thread */
for (n = 0; n < 50000; ++n)
for (n = 0; n < 20000; ++n)
{
eet_clearcache();
}