mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
adding comment on long timeout
This commit is contained in:
parent
20dea5caac
commit
41704791ea
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export async function run(): Promise<void> {
|
|||
// Create the mocha test
|
||||
const mocha = new Mocha({
|
||||
ui: "tdd",
|
||||
timeout: 600000,
|
||||
timeout: 600000, // 10 minutes to compensate for time communicating with LLM while running in GHA
|
||||
})
|
||||
|
||||
const testsRoot = path.resolve(__dirname, "..")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue