Skip to content

Commit 72a97b5

Browse files
authored
Merge pull request #282 from ml054/v5.0
using SIGKILL for stopping RavenDB instances after tests
2 parents f5a4a1d + 29fe7e0 commit 72a97b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestDriver/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export abstract class RavenTestDriver {
246246
log.info("Kill global server");
247247

248248
try {
249-
p.kill();
249+
p.kill("SIGKILL");
250250
} catch (err) {
251251
log.error(err);
252252
}

0 commit comments

Comments
 (0)