Skip to content

Commit

Permalink
Update Sempare.Template.TestInclude.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
darnocian authored May 27, 2024
1 parent 2987e9e commit d0676be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sempare.Template.TestInclude.pas
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ TTemplateData = record
LStopWatch.Stop;
LElapsedMs := LStopWatch.ElapsedMilliseconds / LIterations;
{$IF defined( WIN32) OR defined(WIN64)}
Assert.IsTrue(LElapsedMs <= GetTestTimeTollerance(0.25, 6.0));
Assert.IsTrue(LElapsedMs <= GetTestTimeTollerance(0.25, 8.0));
{$ENDIF}
end;

Expand Down

0 comments on commit d0676be

Please sign in to comment.