ci: increase AIO payload size limit (#35702)

This commit updates AIO payload size limit that is triggering a problem after merging https://github.com/angular/angular/commit/0bc35a71e2eaa0c57ef821245755c352305dd3fc. That commit added some payload size, but all checks were "green" for the original PR (#34574), so it looks like it's an accumulated payload size increase from multiple changes. The goal of this commit is to bring the master branch back to "green" state.

PR Close #35702
This commit is contained in:
Andrew Kushnir
2020-02-26 15:38:35 -08:00
committed by atscott
parent 0bc35a71e2
commit 91934ebb5c
+1 -1
View File
@@ -12,7 +12,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 2987,
"main-es2015": 450017,
"main-es2015": 450541,
"polyfills-es2015": 52195
}
}