diff --git a/next/api/src/service/translate.ts b/next/api/src/service/translate.ts index 0a636e0d0..5b0204ea9 100644 --- a/next/api/src/service/translate.ts +++ b/next/api/src/service/translate.ts @@ -14,7 +14,7 @@ export class TranslateService { this.fanyiURL, { text }, { - timeout: 5000, + timeout: 10000, headers: { 'x-fanyi-token': this.fanyiToken, },