From: Jeremy Fitzhardinge Date: Mon, 19 Jan 2004 21:47:52 +0000 (+0000) Subject: Reduce the pounding. X-Git-Tag: svn/VALGRIND_2_1_1~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a327fbfd59f8d671c4cc320c9e8c09f5d19da0d4;p=thirdparty%2Fvalgrind.git Reduce the pounding. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2206 --- diff --git a/none/tests/map_unmap.c b/none/tests/map_unmap.c index a38272295d..695d91d9a1 100644 --- a/none/tests/map_unmap.c +++ b/none/tests/map_unmap.c @@ -56,7 +56,7 @@ int main() munmap(expect1, LEN); munmap(expect2, LEN); - for(i = 0; i < 1000; i++) { + for(i = 0; i < 100; i++) { void *m1, *m2; m1 = domap();