LibWeb: Disable test output for imported WPT tests

This reduces the runtime of all imported WPT tests from 8.2 seconds to
4.5 seconds on my local machine.
This commit is contained in:
Tim Ledbetter 2024-12-02 18:47:56 +00:00 committed by Tim Ledbetter
commit cc1ea02949
Notes: github-actions[bot] 2024-12-02 22:42:49 +00:00

View file

@ -8,7 +8,8 @@
{
// default timeout is 10 seconds, test can override if needed
var settings = {
output:true,
// Assume we are running tests if the internals object is exposed.
output:!window.hasOwnProperty("internals"),
harness_timeout:{
"normal":150000, // NOTE: Overridden for Ladybird due to slow GCC CI
"long":300000 // NOTE: Overridden for Ladybird due to slow GCC CI