From 3541d6a770c919e1f2e55a1ae53c4fc3abe31aa7 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 13 Aug 2023 22:00:02 -0700 Subject: feat: :white_check_mark: update test and add model telemetry --- extension/src/test-suite/environmentSetup.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extension/src') diff --git a/extension/src/test-suite/environmentSetup.test.ts b/extension/src/test-suite/environmentSetup.test.ts index d0406340..19d5470e 100644 --- a/extension/src/test-suite/environmentSetup.test.ts +++ b/extension/src/test-suite/environmentSetup.test.ts @@ -7,8 +7,8 @@ import fetch from "node-fetch"; import fkill from "fkill"; describe("Can start python server", () => { - test("Can start python server in under 10 seconds", async function () { - const allowedTime = 25_000; + test("Can start python server in under 35 seconds", async function () { + const allowedTime = 35_000; this.timeout(allowedTime + 10_000); try { fkill(65432, { force: true, silent: true }); -- cgit v1.2.3-70-g09d2