[Extensions] Hopefully de-flake MessagingUtilTest.TestMaximumMessageSize
MessagingUtilTest.TestMaximumMessageSize exercises our extension message limits by trying to send large messages. Unfortunately, large messages take a long time to construct, which, it appears, can result in the test timing out. The test currently runs two virtually-identical cases (a massive string and a massive JSON-ified string). Remove the JSON-ified case to cut the effective test duration in half. Bug: 1093817 Change-Id: I597b8ad1c66fb894c8b1520230c779aa70107c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259473Reviewed-by:Jeremy Roman <jbroman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#781379}
Showing
Please register or sign in to comment