diff --git a/ts/client.ts b/ts/client.ts index a2a66507..6b82caac 100644 --- a/ts/client.ts +++ b/ts/client.ts @@ -8,7 +8,7 @@ class ApiClient { constructor() { this.client = axios.create({ - timeout: 10000, + timeout: 60000, withCredentials: true, });