Skip to content

Commit

Permalink
fix: adds the missing ending braces
Browse files Browse the repository at this point in the history
  • Loading branch information
re-Tick authored Feb 26, 2024
1 parent 0189242 commit 72f1ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keployCli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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();
try {
Expand Down

0 comments on commit 72f1ee1

Please sign in to comment.