ci: increase payload size limits for integration tests (#37123)

This commit updates payload size limits that are 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 master branch back to "green" state.

PR Close #37123
This commit is contained in:
Andrew Kushnir 2020-05-14 17:04:53 -07:00 committed by Kara Erickson
parent cda2530df5
commit 42a9e5ad7d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 1485,
"main-es2015": 142812,
"main-es2015": 143315,
"polyfills-es2015": 36657
}
}
@ -21,7 +21,7 @@
"master": {
"uncompressed": {
"runtime-es2015": 1485,
"main-es2015": 148933,
"main-es2015": 149436,
"polyfills-es2015": 36657
}
}