From 1843467146358de74d00e889c16b83d540cb39c6 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Thu, 17 Oct 2024 10:42:30 +0200 Subject: [PATCH] Fix typo --- extensions/ql-vscode/src/codeql-cli/distribution/cleaner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ql-vscode/src/codeql-cli/distribution/cleaner.ts b/extensions/ql-vscode/src/codeql-cli/distribution/cleaner.ts index 99a95c294..7fce00537 100644 --- a/extensions/ql-vscode/src/codeql-cli/distribution/cleaner.ts +++ b/extensions/ql-vscode/src/codeql-cli/distribution/cleaner.ts @@ -88,7 +88,7 @@ export class ExtensionManagedDistributionCleaner { ); for (const cleanableDirectory of cleanableDirectories) { - // Wait 60 seconds between each cleanup to avoid overloading the system (even though the remove call should be async) + // Wait 10 seconds between each cleanup to avoid overloading the system (even though the remove call should be async) await sleep(10_000); const path = join(