From a7c011204057da178e5b94c1720e223596d6cb2a Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 2 Dec 2013 10:42:48 +0000 Subject: [PATCH] Try to fix the timing issues in base/timer_02 git-svn-id: https://svn.dealii.org/trunk@31843 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/timer_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base/timer_02.cc b/tests/base/timer_02.cc index 207c4134bc..8f6c6b5456 100644 --- a/tests/base/timer_02.cc +++ b/tests/base/timer_02.cc @@ -33,7 +33,7 @@ int main () std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); + deallog.threshold_double(1.e-1); { -- 2.39.5