From: Augustin Degomme Date: Thu, 18 Jul 2019 23:20:19 +0000 (+0200) Subject: that can be a bit too much for our poor ci vms X-Git-Tag: v3.24~279 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/070e73c3f4499d52d8d5277828dde3573a438986 that can be a bit too much for our poor ci vms --- diff --git a/teshsuite/smpi/mpich3-test/coll/uoplong.c b/teshsuite/smpi/mpich3-test/coll/uoplong.c index ab8a43f751..8344461073 100644 --- a/teshsuite/smpi/mpich3-test/coll/uoplong.c +++ b/teshsuite/smpi/mpich3-test/coll/uoplong.c @@ -16,7 +16,7 @@ */ #define MAX_ERRS 10 -#define MAX_COUNT 1200000 +#define MAX_COUNT 120000 void myop(void *cinPtr, void *coutPtr, int *count, MPI_Datatype * dtype);