From: Augustin Degomme Date: Tue, 24 Jul 2018 19:55:51 +0000 (+0200) Subject: reduce test size X-Git-Tag: v3_21~363 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8b4fceb09f23bfe92f6db55cecda88878534dce9?ds=sidebyside reduce test size --- diff --git a/teshsuite/smpi/mpich3-test/comm/ctxsplit.c b/teshsuite/smpi/mpich3-test/comm/ctxsplit.c index a235cac666..c150ff5632 100644 --- a/teshsuite/smpi/mpich3-test/comm/ctxsplit.c +++ b/teshsuite/smpi/mpich3-test/comm/ctxsplit.c @@ -27,7 +27,7 @@ int main(int argc, char **argv) int errs = 0; MPI_Comm newcomm; double startTime; - int nLoop = 100000; + int nLoop = 10000; MTest_Init(&argc, &argv);