@@ -119,7 +119,8 @@ export const uploadApis = {
withCredentials: true,
headers: {
'Content-type' : 'multipart/form-data'
- }
+ },
+ timeout: 120000
})
},