From: Timo Heister Date: Tue, 29 Oct 2013 14:55:10 +0000 (+0000) Subject: simplify test so that te sloooow regression tester can finish it in 10 minutes X-Git-Tag: v8.1.0~452 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f620c591cdbd0035748930d271d222fb5e26c4ff;p=dealii.git simplify test so that te sloooow regression tester can finish it in 10 minutes git-svn-id: https://svn.dealii.org/trunk@31482 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/distributed_grids/3d_refinement_08.cc b/tests/distributed_grids/3d_refinement_08.cc index d0c7502a41..3cce2a1a22 100644 --- a/tests/distributed_grids/3d_refinement_08.cc +++ b/tests/distributed_grids/3d_refinement_08.cc @@ -55,17 +55,15 @@ void test(std::ostream & /*out*/) gi.read (in); } - while (tr.n_active_cells() < 150000) + while (tr.n_active_cells() < 70000) { std::vector flags (tr.n_active_cells(), false); - // refine one tenth of all cells each - // time (but at least one) - deallog << "Refining cells: "; - for (unsigned int i=0; i