Skip to content

Commit

Permalink
ncp timeout increase (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
escottalexander authored Oct 1, 2024
2 parents 1640259 + 66389d4 commit c739e5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eight-lizards-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eth-tech-tree": patch
---

increasing the timeout for ncp operation
2 changes: 1 addition & 1 deletion src/actions/setup-challenge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const copy = (source: string, destination: string, options?: ncp.Options) => new
if (err) {
reject(err);
} else {
setTimeout(resolve, 10);
setTimeout(resolve, 100);
}
});
});
Expand Down

0 comments on commit c739e5b

Please sign in to comment.