Skip to content

Commit b0796da

Browse files
committed
chore: bump list models timeout to allow for provider launch
Signed-off-by: Donnie Adams <[email protected]>
1 parent 30f5593 commit b0796da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gptscript.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe("gptscript module", () => {
5252
expect(model.startsWith("claude-3-")).toBe(true)
5353
expect(model.endsWith("from github.com/gptscript-ai/claude3-anthropic-provider")).toBe(true)
5454
}
55-
}, 15000)
55+
}, 60000)
5656

5757
test("listModels with default provider returns a list of models from that provider", async () => {
5858
if (!process.env.ANTHROPIC_API_KEY) {

0 commit comments

Comments
 (0)