Scripts: Increase github client timeout
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user