We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33447a commit a68d16bCopy full SHA for a68d16b
1 file changed
src/test/resources/libraries/htmx/htmx-1.9.10/test/core/perf.js
@@ -62,7 +62,8 @@ describe("Core htmx perf Tests", function() {
62
htmx._("cleanInnerHtmlForHistory")(workArea);
63
var end = performance.now();
64
var timeInMs = end - start;
65
- chai.assert(timeInMs < 50, "Should take less than 50ms on most platforms");
+ // change timeout for HtmlUnit builds chai.assert(timeInMs < 50, "Should take less than 50ms on most platforms");
66
+ chai.assert(timeInMs < 200, "Should take less than 50ms on most platforms");
67
})
68
69
0 commit comments