Skip to content

Commit a68d16b

Browse files
committed
change timeout
1 parent b33447a commit a68d16b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/test/resources/libraries/htmx/htmx-1.9.10/test/core

src/test/resources/libraries/htmx/htmx-1.9.10/test/core/perf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ describe("Core htmx perf Tests", function() {
6262
htmx._("cleanInnerHtmlForHistory")(workArea);
6363
var end = performance.now();
6464
var timeInMs = end - start;
65-
chai.assert(timeInMs < 50, "Should take less than 50ms on most platforms");
65+
// 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");
6667
})
6768

6869
})

0 commit comments

Comments
 (0)