Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jun 4, 2023
1 parent 212dd90 commit dc8b411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-opcua-utils/test/test_string_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ describe("benchmark", () => {
}
const d2 = elapsed_time("countUpperCase");

d2.should.be.lessThan(d1);
d2.should.be.lessThan(d1*1.2);
});
});

0 comments on commit dc8b411

Please sign in to comment.