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:
parent
cda2530df5
commit
42a9e5ad7d
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue