Skip to content

Commit 1843467

Browse files
committed
Fix typo
1 parent 6c794d1 commit 1843467

File tree

1 file changed

+1
-1
lines changed
  • extensions/ql-vscode/src/codeql-cli/distribution

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/codeql-cli/distribution/cleaner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class ExtensionManagedDistributionCleaner {
8888
);
8989

9090
for (const cleanableDirectory of cleanableDirectories) {
91-
// Wait 60 seconds between each cleanup to avoid overloading the system (even though the remove call should be async)
91+
// Wait 10 seconds between each cleanup to avoid overloading the system (even though the remove call should be async)
9292
await sleep(10_000);
9393

9494
const path = join(

0 commit comments

Comments
 (0)