We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7431d8 commit 3d26cc6Copy full SHA for 3d26cc6
utils/topcoder-api-helper.js
@@ -38,7 +38,10 @@ let cachedAccessToken;
38
39
// Init the API instances
40
const projectsClient = topcoderApiProjects.ApiClient.instance;
41
-const challengesClient = topcoderApiChallenges.ApiClient.instance;
+
42
+let challengesClient = topcoderApiChallenges.ApiClient.instance;
43
+challengesClient.timeout=240000;
44
45
const bearer = projectsClient.authentications.bearer;
46
bearer.apiKeyPrefix = 'Bearer';
47
challengesClient.authentications.bearer = bearer;
0 commit comments