Skip to content

Commit

Permalink
revert SIGKILL for kibana poc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jan 22, 2024
1 parent f51ee2b commit 0fcc3ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export async function runTests(log: ToolingLog, options: RunTestsOptions) {
await setTimeout(delay);
}

await procs.stop('kibana', 'SIGKILL');
await procs.stop('kibana');
} finally {
if (shutdownEs) {
await shutdownEs();
Expand Down

0 comments on commit 0fcc3ba

Please sign in to comment.