You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent orphan processes in exec timeout test
Use trap + background sleep pattern so the child process handles
SIGTERM cleanly instead of leaving a sleep 60 orphan that causes
GitHub Actions to fail during post-job cleanup.
0 commit comments