* eet: reduce amount of stress test with many thread.

SVN revision: 47686
This commit is contained in:
Cedric BAIL 2010-04-02 13:48:07 +00:00
parent 77a55c3fd8
commit 57f1862163
1 changed files with 1 additions and 1 deletions

View File

@ -1455,7 +1455,7 @@ START_TEST(eet_cache_concurrency)
pthread_create(&thread, NULL, open_close_worker, file);
/* clear the cache repeatedly in this thread */
for (n = 0; n < 100000; ++n)
for (n = 0; n < 50000; ++n)
{
eet_clearcache();
}