ci: increase AIO payload size limit (#35538)

This commit updates AIO payload size limit that is triggering a problem after merging f95b8ce07e. That commit added some payload size, but all checks were "green" for the PR (https://github.com/angular/angular/pull/34481) after rebase that happened a couple hours before the merge, so this is an accumulated payload size increase from multiple changes. The goal of this commit is to bring the master and patch branches back to "green" state.

PR Close #35538
This commit is contained in:
Andrew Kushnir 2020-02-18 17:52:34 -08:00 committed by Alex Rickabaugh
parent eef07539a6
commit d0d36a5ebf
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 2987,
"main-es2015": 449438,
"main-es2015": 450017,
"polyfills-es2015": 52195
}
}
@ -26,4 +26,4 @@
}
}
}
}
}