Skip to content

Commit a464afd

Browse files
committed
increased timeout for windows test
1 parent 4b9fd24 commit a464afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/__tests__/custom-system-prompt.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe("File-Based Custom System Prompt", () => {
131131
expect(prompt).toContain("CAPABILITIES")
132132
expect(prompt).toContain("MODES")
133133
expect(prompt).toContain("Test role definition")
134-
})
134+
}, 50000) // 50 second timeout for Windows CI
135135

136136
it("should use file-based custom system prompt when available", async () => {
137137
// Mock the readFile to return content from a file

0 commit comments

Comments
 (0)