Skip to content

Commit

Permalink
Update extension.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn2223 committed Oct 17, 2024
1 parent 177b902 commit 3ff56f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ suite("Extension Tests", function () {
}

// Wait for 1 second to allow the file system to update
await new Promise((resolve) => setTimeout(resolve, 1000));
await new Promise((resolve) => setTimeout(resolve, 100));

// Get the folders files
const actualFiles = (await vscode.workspace.findFiles("css/**")).map(
Expand Down

0 comments on commit 3ff56f1

Please sign in to comment.