mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-27 08:58:10 +00:00
improve bash timeout retry hint (#22390)
This commit is contained in:
parent
ff60859e36
commit
4f967d5bc0
2 changed files with 6 additions and 1 deletions
|
|
@ -1024,6 +1024,7 @@ describe("tool.bash abort", () => {
|
|||
)
|
||||
expect(result.output).toContain("started")
|
||||
expect(result.output).toContain("bash tool terminated command after exceeding timeout")
|
||||
expect(result.output).toContain("retry with a larger timeout value in milliseconds")
|
||||
},
|
||||
})
|
||||
}, 15_000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue