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

Commit fd718c2

Browse files
committed
Timeout increase
1 parent 746c4a1 commit fd718c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/topcoder-api-helper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ if (config.TC_DEV_ENV) {
3737
topcoderApiProjects = topcoderDevApiProjects;
3838
topcoderApiChallenges = topcoderDevApiChallenges;
3939
}
40+
//Timeout increase to 5 minutes
41+
topcoderApiChallenges.ApiClient.timeout=300000;
4042

4143
// Init the API instances
4244
const projectsClient = topcoderApiProjects.ApiClient.instance;

0 commit comments

Comments
 (0)