Skip to content

Commit 4170479

Browse files
committed
adding comment on long timeout
1 parent 20dea5c commit 4170479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function run(): Promise<void> {
1616
// Create the mocha test
1717
const mocha = new Mocha({
1818
ui: "tdd",
19-
timeout: 600000,
19+
timeout: 600000, // 10 minutes to compensate for time communicating with LLM while running in GHA
2020
})
2121

2222
const testsRoot = path.resolve(__dirname, "..")

0 commit comments

Comments
 (0)