Closed reidsunderland closed 1 month ago
The previous method of sending signals (spawning a background process that would sleep for 5 seconds then send a SIGTERM) proved to be unreliable. This uses SIGALRM instead and didn't fail at all in my testing.
249 tests 248 :white_check_mark: 1m 29s :stopwatch: 1 suites 1 :zzz: 1 files 0 :x:
Results for commit 84f4fdf2.
The previous method of sending signals (spawning a background process that would sleep for 5 seconds then send a SIGTERM) proved to be unreliable. This uses SIGALRM instead and didn't fail at all in my testing.