From 987e21a9afb0a7245737c3a52cf12fae1319453a Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 12 Jul 2022 09:39:05 +0300 Subject: [PATCH] Scripts: Increase github client timeout --- scripts/github/githubClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github/githubClient.js b/scripts/github/githubClient.js index e712bfb..85c1199 100644 --- a/scripts/github/githubClient.js +++ b/scripts/github/githubClient.js @@ -9,7 +9,7 @@ class GithubClient { const clientConfig = { baseURL: githubURL(owner, repo), - timeout: 10000, + timeout: 30000, }; if (required && (!username || !token)) {