Skip to content

Commit

Permalink
Remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jun 10, 2024
1 parent 2266685 commit 7dc80d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/run-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ const addUser = (url: string) =>

try {
await execaCommand(
`npx npm-cli-adduser -r ${url} -a -u user -p password -e [email protected]`,
{
timeout: 3000,
}
`npx npm-cli-adduser -r ${url} -a -u user -p password -e [email protected]`
);
res();
} catch (e) {
Expand Down

0 comments on commit 7dc80d6

Please sign in to comment.