Commit c5415a2
committed
Enforce 30-second minimum timeout on bash commands
The model passes timeout values thinking they are seconds (e.g. 60)
but the tool reads them as milliseconds, killing nmap/curl/ping in
15-60ms before they can even connect. Now any timeout under 30s is
bumped to 30s so network commands actually have time to finish.1 parent 05ae7f0 commit c5415a2
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5985 | 5985 | | |
5986 | 5986 | | |
5987 | 5987 | | |
| 5988 | + | |
| 5989 | + | |
| 5990 | + | |
5988 | 5991 | | |
5989 | 5992 | | |
5990 | 5993 | | |
| |||
0 commit comments