main: longer retries

pull/3567/head
alex 2024-04-23 13:45:02 +01:00
rodzic d29ed933a5
commit 30526e6023
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -172,8 +172,8 @@ export async function publish(distTag?: string) {
}
},
{
delay: 4000,
numAttempts: 20,
delay: 10000,
numAttempts: 50,
}
)
}