@@ -36,7 +36,7 @@ function fetch(
header = {},
responseType = '',
insurance,
- timeout = 15000
+ timeout = 30000
) {
contentType === 'form' && (contentType = 'application/x-www-form-urlencoded')
contentType === 'json' && (contentType = 'application/json')