Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3d26cc6

Browse files
committed
Test
1 parent e7431d8 commit 3d26cc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/topcoder-api-helper.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ let cachedAccessToken;
3838

3939
// Init the API instances
4040
const projectsClient = topcoderApiProjects.ApiClient.instance;
41-
const challengesClient = topcoderApiChallenges.ApiClient.instance;
41+
42+
let challengesClient = topcoderApiChallenges.ApiClient.instance;
43+
challengesClient.timeout=240000;
44+
4245
const bearer = projectsClient.authentications.bearer;
4346
bearer.apiKeyPrefix = 'Bearer';
4447
challengesClient.authentications.bearer = bearer;

0 commit comments

Comments
 (0)