diff --git a/lib/routes/twitter/api/web-api/utils.ts b/lib/routes/twitter/api/web-api/utils.ts index 035363d7ed8a6d..5c915cd57962dc 100644 --- a/lib/routes/twitter/api/web-api/utils.ts +++ b/lib/routes/twitter/api/web-api/utils.ts @@ -56,7 +56,7 @@ const getAuth = async (retry: number) => { }; export const twitterGot = async (url, params) => { - const auth = await getAuth(10); + const auth = await getAuth(30); if (!auth) { throw new ConfigNotFoundError('No valid Twitter token found');