|
@@ -59,7 +59,7 @@ class _JsonRpcHttpPool {
|
|
|
// - text/plain
|
|
|
final _client = FHttp(FHttpBaseOptions(
|
|
|
baseUrl: baseUrl,
|
|
|
- timeout: timeout ?? 5 * 1000,
|
|
|
+ timeout: timeout ?? 15 * 1000,
|
|
|
headers: headers,
|
|
|
contentType: dio.Headers.textPlainContentType,
|
|
|
responseType: FHttpResponseType.json,
|