mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00: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
Notes:
github-actions[bot]
2024-12-02 22:42:49 +00:00
Author: https://github.com/tcl3
Commit: cc1ea02949
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2714
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue