We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dea5c commit 4170479Copy full SHA for 4170479
src/test/suite/index.ts
@@ -16,7 +16,7 @@ export async function run(): Promise<void> {
16
// Create the mocha test
17
const mocha = new Mocha({
18
ui: "tdd",
19
- timeout: 600000,
+ timeout: 600000, // 10 minutes to compensate for time communicating with LLM while running in GHA
20
})
21
22
const testsRoot = path.resolve(__dirname, "..")
0 commit comments