test: update payload size limit for cli-hello-world app (#30134)

Master is red due to a size regression that was not caught before. We are making this change to bring master back to green state and will perform further investigation.

PR Close #30134
This commit is contained in:
Andrew Kushnir 2019-04-25 17:26:26 -07:00
parent 933772ed69
commit fcacb2a4a2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime": 1497, "runtime": 1497,
"main": 164945, "main": 167065,
"polyfills": 43626 "polyfills": 43626
} }
} }
@ -12,7 +12,7 @@
"master": { "master": {
"uncompressed": { "uncompressed": {
"runtime": 1440, "runtime": 1440,
"main": 14487, "main": 30932,
"polyfills": 43567 "polyfills": 43567
} }
} }