Skip to content

Commit fcacb2a

Browse files
committed
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
1 parent 933772e commit fcacb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/_payload-limits.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"master": {
44
"uncompressed": {
55
"runtime": 1497,
6-
"main": 164945,
6+
"main": 167065,
77
"polyfills": 43626
88
}
99
}
@@ -12,7 +12,7 @@
1212
"master": {
1313
"uncompressed": {
1414
"runtime": 1440,
15-
"main": 14487,
15+
"main": 30932,
1616
"polyfills": 43567
1717
}
1818
}

0 commit comments

Comments
 (0)