From: Matthias Maier Date: Mon, 2 Dec 2013 10:42:48 +0000 (+0000) Subject: Try to fix the timing issues in base/timer_02 X-Git-Tag: v8.1.0~128 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=439a133f0988842f6a4d63a6945ce604533239b8;p=dealii.git Try to fix the timing issues in base/timer_02 git-svn-id: https://svn.dealii.org/trunk@31843 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); {