Browse Source

* restore old error value

florian 6 months ago
parent
commit
5ec3e6fd14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/units/math/trandg.pp

+ 1 - 1
tests/test/units/math/trandg.pp

@@ -112,7 +112,7 @@ begin
 	end;
 	writeln('Out of range: ', nOutOfRange, ' / ', NSamples, ' (', nOutOfRange / nSamples * 100:0:1, '%).', LineEnding,
 		'Took ', time:0:1, ' s.', LineEnding);
-	if nOutOfRange / nSamples>0.0015 then
+	if nOutOfRange / nSamples>0.001 then
 	  halt(1);
 	if imperfections > {$ifdef SMALL_TEST} 40 {$else} 16 {$endif} then
 	  halt(1);