Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ac19875ba85ad5e385084ea62a36534f028a351
https://github.com/WebKit/WebKit/commit/8ac19875ba85ad5e385084ea62a36534f028a351
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M Tools/Scripts/webkitpy/port/glib.py
M Tools/Scripts/webkitpy/port/gtk_unittest.py
M Tools/Scripts/webkitpy/port/wpe_unittest.py
Log Message:
-----------
[GTK][WPE] Raise the timeout values for layout tests to match the ones used
by Apple ports
https://bugs.webkit.org/show_bug.cgi?id=302800
Reviewed by Nikolas Zimmermann.
The GTK and WPE ports have a default timeout for the layout tests that
is half the default one (used by the Apple ports).
The hardware where the Linux bots run is not more powerful than the
one used by Apple, so I don't see any reason for a shorter timeout.
This should help on the bots to avoid issues with unexpected timeouts,
specially with the flaky timeouts.
* Tools/Scripts/webkitpy/port/glib.py:
(GLibPort.default_timeout_ms):
* Tools/Scripts/webkitpy/port/gtk_unittest.py:
(GtkPortTest.test_default_timeout_ms):
* Tools/Scripts/webkitpy/port/wpe_unittest.py:
(WPEPortTest.test_default_timeout_ms):
Canonical link: https://commits.webkit.org/303281@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications