Commit c16b17b
committed
🤖 Use SIGKILL instead of SIGTERM for SSH timeout
SSH processes weren't being killed immediately with SIGTERM, causing
timeout tests to fail. Use SIGKILL (like LocalRuntime does) to ensure
immediate termination when timeout is reached.1 parent 3d1faef commit c16b17b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments