mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
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:
parent
61ae388140
commit
cc1ea02949
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user