зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1854990 [wpt PR 42145] - gardening: Reduce flakiness of observe-animated-image-webp, a=testonly
Automatic update from web-platform-tests gardening: Reduce flakiness of observe-animated-image-webp Increase the allowable time delay in order to reduce the flakiness due to time out. Change-Id: Ieb0168307d6b574ec57b0c2e307492a45f93b345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4886038 Commit-Queue: Takashi Sakamoto <tasak@google.com> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by: Takashi Sakamoto <tasak@google.com> Auto-Submit: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/main@{#1200806} -- wpt-commits: 73d687d129ddee03fcf6680298269cc8747fcc36 wpt-pr: 42145
This commit is contained in:
Родитель
e20e73663d
Коммит
083b726466
|
@ -1,4 +1,4 @@
|
|||
const image_delay = 1000;
|
||||
const image_delay = 2000;
|
||||
const delay_pipe_value = image_delay / 1000;
|
||||
|
||||
const await_with_timeout = async (delay, message, promise, cleanup = ()=>{}) => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче