eet: reduce the time taken by eet tests suite and hopefully reduce the risk for failure.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jan 2012 16:53:51 +0000 (16:53 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 23 Jan 2012 16:53:51 +0000 (16:53 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@67480 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eet_suite.c

index 3bbc912..91ef2a7 100644 (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();
      }