From 89abe83c37adaaef5293078224bc9c9103757083 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 6 Jun 2018 11:27:04 +0200 Subject: [PATCH] reduce time taken by a test (maybe for nothing) --- teshsuite/smpi/mpich3-test/pt2pt/pingping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/pt2pt/pingping.c b/teshsuite/smpi/mpich3-test/pt2pt/pingping.c index bdc0b91032..28c4128aa4 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/pingping.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/pingping.c @@ -13,7 +13,7 @@ static char MTEST_Descrip[] = "Send flood test"; */ #define MAX_MSG_SIZE 40000 -#define MAX_COUNT 20 +#define MAX_COUNT 5 int main(int argc, char *argv[]) { int errs = 0, err; -- 2.20.1