Skip to content

Commit 0189242

Browse files
authored
Merge branch 'main' into fix-max-timeout
2 parents c340509 + f5f2b3f commit 0189242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

keployCli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export const Test = async (appCmd: string, options: TestOptions, callback: (err:
3333
}
3434
if (options.maxTimeout === 0 || options.maxTimeout === undefined || options.maxTimeout === null) {
3535
options.maxTimeout = 300000;
36-
}
3736

3837
let testResult = true;
3938
let startTime = Date.now();

0 commit comments

Comments
 (0)