Skip to content

Commit 6ed5d6c

Browse files
committed
Merge branch 'main' of github.com:actions/runner into fhammerl/mock-update
2 parents b5c5b5c + 46da23e commit 6ed5d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/layoutbin/RunnerService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var gracefulShutdown = function (code) {
8383
listener.kill('SIGINT');
8484

8585
console.log('Sending SIGKILL to runner listener');
86-
setTimeout(() => listener.kill('SIGKILL'), 30000);
86+
setTimeout(() => listener.kill('SIGKILL'), 30000).unref();
8787
}
8888
}
8989

0 commit comments

Comments
 (0)