increase score api timeout to 20 seconds

This commit is contained in:
Hongbo Wu
2024-07-04 10:32:09 +08:00
parent c4f00c657e
commit 56032b0765
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
*.pkl *.pkl
__pycache__

View File

@ -82,7 +82,7 @@ class ScoreClientImpl implements ScoreClient {
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },
timeout: 5000, timeout: 20000, // 20 seconds
}) })
return response.data return response.data