From 3a1455fb049c4959e889d0b040863f444b4d0333 Mon Sep 17 00:00:00 2001 From: Grant Linville Date: Fri, 11 Oct 2024 10:35:30 -0400 Subject: [PATCH] lengthen timeout Signed-off-by: Grant Linville --- 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 9ea36fc..94cc0bd 100644 --- a/tests/gptscript.test.ts +++ b/tests/gptscript.test.ts @@ -963,5 +963,5 @@ describe("gptscript module", () => { } catch (e) { throw new Error("failed to list datasets: " + e) } - }) + }, 20000) })