diff --git a/tests/gptscript.test.ts b/tests/gptscript.test.ts index 81db4e8..f12564d 100644 --- a/tests/gptscript.test.ts +++ b/tests/gptscript.test.ts @@ -568,5 +568,5 @@ describe("gptscript module", () => { } expect(err).toEqual(undefined) expect(out).toEqual("200") - }) + }, 20000) }) \ No newline at end of file