From a6536201001c0c13afb2379ec10426a6b11bc982 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sun, 13 Apr 2025 01:06:45 -0700 Subject: [PATCH] remove sleep --- test/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/index.ts b/test/index.ts index b68801e4..4348591f 100644 --- a/test/index.ts +++ b/test/index.ts @@ -33,9 +33,6 @@ test.before(async () => { executablePath: pathToBinary }); await app.firstWindow(); - - const timeoutSeconds = 90; - await new Promise((resolve) => setTimeout(resolve, timeoutSeconds * 1000)); }); test.after(async () => {