Skip to content

Commit

Permalink
Merge branch 'main' into fix-max-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
re-Tick authored Feb 26, 2024
2 parents c340509 + f5f2b3f commit 0189242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keployCli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const Test = async (appCmd: string, options: TestOptions, callback: (err:
}
if (options.maxTimeout === 0 || options.maxTimeout === undefined || options.maxTimeout === null) {
options.maxTimeout = 300000;
}

let testResult = true;
let startTime = Date.now();
Expand Down

0 comments on commit 0189242

Please sign in to comment.