puzzleos / stubby

UEFI bootloader stub
GNU Lesser General Public License v2.1
12 stars 8 forks source link

test: after 5 second delay if subprocess isn't dead, use SIGKILL #37

Closed smoser closed 1 year ago

smoser commented 1 year ago

I think it was just a think-o mistake. After the timeout expires, then kill the process with the given signal. After 5 more seconds if the thread is still alive then kill it with SIGKILL.

smoser commented 1 year ago

closing this, surpassed in https://github.com/puzzleos/stubby/pull/38