Skip to content

Commit b48029f

Browse files
fix: increase wait time to find needed dependencies
1 parent 6716896 commit b48029f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function installPackages(packages: ReadonlyArray<string>) {
8080
assert(m_installPackagesActionResolver !== null);
8181
m_installPackagesActionResolver(allPackages);
8282
m_installPackagesActionResolver = null;
83-
}, 10);
83+
}, 100);
8484

8585
if (m_installPackagesAction === null) {
8686
m_installPackagesAction = new Promise<string[]>((resolve) => {

0 commit comments

Comments
 (0)