diff --git a/tests/bugs/modalg_5/bug24005 b/tests/bugs/modalg_5/bug24005 index 43d6dcc020..edf42ecfcd 100755 --- a/tests/bugs/modalg_5/bug24005 +++ b/tests/bugs/modalg_5/bug24005 @@ -19,7 +19,7 @@ set q [dchrono h show] regexp {CPU user time: ([-0-9.+eE]+) seconds} $q full z puts "$z" -set max_time 0.1 +set max_time 0.3 if { $z > ${max_time} } { puts "Elapsed time is more than ${max_time} seconds - Faulty" } else {