From dde8408cb16cb62c18169c1f78ead47c6c3419d9 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Thu, 8 Aug 2024 13:43:55 -0400 Subject: [PATCH] fix: bump metadata test timeout Signed-off-by: Donnie Adams --- tests/gptscript.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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