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:
parent
933772ed69
commit
fcacb2a4a2
|
@ -3,7 +3,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime": 1497,
|
||||
"main": 164945,
|
||||
"main": 167065,
|
||||
"polyfills": 43626
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime": 1440,
|
||||
"main": 14487,
|
||||
"main": 30932,
|
||||
"polyfills": 43567
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue