Skip to content

Commit 0418fe4

Browse files
chore: exit 69 on timeout
1 parent 48b0494 commit 0418fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/apex/run/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export default class Test extends SfCommand<RunCommandResult> {
168168
await testService.writeResultFiles(result, { dirPath: flags['output-dir'] }, flags['code-coverage']);
169169
}
170170

171+
process.exitCode = 69;
171172
return result;
172173
}
173174
}

0 commit comments

Comments
 (0)