This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 5538b7ce44f7f7eaf184c90692640d860376c259 (commit) from 983a60e8fd6490daf15301f5f092795de941ed8d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/5538b7ce44f7f7eaf184c90692640d8603... commit 5538b7ce44f7f7eaf184c90692640d860376c259 Author: Pavan Balaji <[email protected]> Date: Mon Mar 23 17:17:55 2015 -0500 Bump up the bcast2/bcast3 timeouts a bit more. FreeBSD seems to take slightly more than 20 minutes to run these tests primarily because the poll() call is somehow superslow on that OS. This new timeout should be sufficient to cover that case. No reviewer. diff --git a/test/mpi/coll/testlist b/test/mpi/coll/testlist index 2e77908..f776bc5 100644 --- a/test/mpi/coll/testlist +++ b/test/mpi/coll/testlist @@ -35,8 +35,8 @@ bcasttest 10 bcast2 4 # More that 8 processes are required to get bcast to switch to the long # msg algorithm (see coll definitions in mpiimpl.h) -bcast2 10 timeLimit=1200 -bcast3 10 timeLimit=1200 +bcast2 10 timeLimit=1500 +bcast3 10 timeLimit=1500 bcastzerotype 1 bcastzerotype 4 bcastzerotype 5 ----------------------------------------------------------------------- Summary of changes: test/mpi/coll/testlist | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository