mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
CSS Paint API: Use a high timeout for worklet threads in tests
Fixes #19631 Since the addition of timeouts to paint worklets, CSS paint API threads were failing intermittently because of the timeouts being fired. This is because the timeouts are quite tight, to account for the 60fps requirement. Bumping up the timeout threshold for these tests alone is the easiest solution.
This commit is contained in:
parent
753e2bc781
commit
d142cd0614
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
prefs: [dom.worklet.enabled:true]
|
||||
prefs: [dom.worklet.enabled:true, dom.worklet.timeout_ms:5000]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue