Scripts: Increase github client timeout

This commit is contained in:
Alexander Zobnin
2022-07-12 09:39:05 +03:00
parent 84ed2f17ed
commit 987e21a9af

View File

@@ -9,7 +9,7 @@ class GithubClient {
const clientConfig = { const clientConfig = {
baseURL: githubURL(owner, repo), baseURL: githubURL(owner, repo),
timeout: 10000, timeout: 30000,
}; };
if (required && (!username || !token)) { if (required && (!username || !token)) {