From 070e73c3f4499d52d8d5277828dde3573a438986 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 19 Jul 2019 01:20:19 +0200 Subject: [PATCH] that can be a bit too much for our poor ci vms --- teshsuite/smpi/mpich3-test/coll/uoplong.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1