test: increase polyfills size upper limit in CLI integration tests

tests started failing after 0.8.18 was release
This commit is contained in:
Victor Berchet 2017-09-27 17:04:24 -07:00
parent 334caf8e7c
commit 8dbe2af0bc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ payloadLimits["hello_world__closure", "gzip9", "bundle"]=35000
payloadLimits["cli-hello-world", "uncompressed", "inline"]=1500
payloadLimits["cli-hello-world", "uncompressed", "main"]=175000
payloadLimits["cli-hello-world", "uncompressed", "polyfills"]=64000
payloadLimits["cli-hello-world", "uncompressed", "polyfills"]=66000
payloadLimits["cli-hello-world", "gzip7", "inline"]=900
payloadLimits["cli-hello-world", "gzip7", "main"]=48000
payloadLimits["cli-hello-world", "gzip7", "polyfills"]=22000