Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e399c12ae4f310dc1e65945e2b271067b826df12
https://github.com/WebKit/WebKit/commit/e399c12ae4f310dc1e65945e2b271067b826df12
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M
Tools/Scripts/libraries/webkitcorepy/webkitcorepy/tests/task_pool_unittest.py
Log Message:
-----------
[webkitcorepy] TaskPoolUnittest.test_mutually_exclusive_group_hang is flaky
on loaded bots
https://bugs.webkit.org/show_bug.cgi?id=319041
Unreviewed gardening.
The test guards pool.wait() with a hard-coded Timeout(1) while serializing 26
forked tasks through a single mutually-exclusive group. On a loaded
GTK-Linux-64-bit-Release bot that legitimately takes longer than one second,
so the guard fires a false-positive Timeout.Exception.
Raise the guard to 5s, which still trips quickly on a genuine deadlock
while removing the false positive...
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/tests/task_pool_unittest.py:
Canonical link: https://commits.webkit.org/316871@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications