Skip to content

Commit 7251d05

Browse files
authored
Merge pull request #83 from thedadams/list-model-timeout
chore: bump list models timeout to allow for provider launch
2 parents 30f5593 + b0796da commit 7251d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gptscript.test.ts

+1-1
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)