From: mquinson Date: Sat, 27 Oct 2007 09:12:22 +0000 (+0000) Subject: Reduce drastically the size of the test since it causes timeouts on slow build daemons X-Git-Tag: v3.3~901 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d957ef64a20f137180400430bc5d9cb442dfa889?ds=inline Reduce drastically the size of the test since it causes timeouts on slow build daemons git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4901 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/surf/maxmin_bench.c b/testsuite/surf/maxmin_bench.c index c54f374801..e23d4b7621 100644 --- a/testsuite/surf/maxmin_bench.c +++ b/testsuite/surf/maxmin_bench.c @@ -80,8 +80,8 @@ void test(int nb_cnst, int nb_var, int nb_elem) int main(int argc, char **argv) { - int nb_cnst = 20000; - int nb_var = 20000; + int nb_cnst = 2000; + int nb_var = 2000; int nb_elem = 80; date = xbt_os_time() * 1000000; test(nb_cnst, nb_var, nb_elem);