ci: increase AIO payload size limit (#37124)

This commit updates payload size limit that is triggering errors after merging cda2530. That commit seems to contribute to the payload size increase, but all checks were "green" for the original PR (#35889), so it looks like it's an accumulated payload size increase from multiple changes. The goal of this commit is to bring the patch branch back to "green" state.

PR Close #37124
This commit is contained in:
Andrew Kushnir 2020-05-14 17:16:53 -07:00 committed by Kara Erickson
parent f872b69d3b
commit d808333047

View File

@ -12,7 +12,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 2987,
"main-es2015": 454047,
"main-es2015": 454665,
"polyfills-es2015": 52628
}
}