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:
Yati Sagade 2018-01-05 15:57:40 +01:00
parent 753e2bc781
commit d142cd0614

View file

@ -1 +1 @@
prefs: [dom.worklet.enabled:true]
prefs: [dom.worklet.enabled:true, dom.worklet.timeout_ms:5000]