Skip to content

Commit 75866d8

Browse files
authored
Merge pull request #247 from LambdaTest/dev
stage to prod promote
2 parents ee34c3f + adb3f38 commit 75866d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

commands/utils/uploader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ function upload_zip(lt_config, file_name, prefix = "project", env = "prod") {
4949
let fileSizeInBytes = stats.size;
5050
//Convert the file size to megabytes (optional)
5151
let fileSizeInMegabytes = fileSizeInBytes / 1000000.0;
52-
if (fileSizeInMegabytes > 200) {
53-
reject("File Size exceed 200 MB limit");
52+
if (fileSizeInMegabytes > 400) {
53+
reject("File Size exceeds 400 MB limit");
5454
return;
5555
}
5656
get_signed_url(lt_config, prefix, env)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdatest-cypress-cli",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
55
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
66
"author": "LambdaTest <[email protected]>",

0 commit comments

Comments
 (0)