longer retries for package publishing (#3567)
This commit is contained in:
parent
d29ed933a5
commit
fc370d8941
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ export async function publish(distTag?: string) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
delay: 4000,
|
delay: 10000,
|
||||||
numAttempts: 20,
|
numAttempts: 50,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue