Merge pull request #17663 from Snuffleupagus/pr-17428-test

Tweak the issue 11878 unit-test parsing time check (PR 17428 follow-up)
This commit is contained in:
Jonas Jenwald 2024-02-12 14:14:29 +01:00 committed by GitHub
commit eb5e6e68d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3908,7 +3908,7 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`)
checkedCopyLocalImage = true;
// Ensure that the image was copied in the main-thread, rather
// than being re-parsed in the worker-thread (which is slower).
expect(statsOverall).toBeLessThan(firstStatsOverall / 5);
expect(statsOverall).toBeLessThan(firstStatsOverall / 4);
}
}
}