mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
increase timeout for electrum server.ping
This commit is contained in:
parent
ab4d020560
commit
24354b0864
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class ElectrumClient {
|
|||
Future<dynamic> callWithTimeout(
|
||||
{required String method,
|
||||
List<Object> params = const [],
|
||||
int timeout = 2000}) async {
|
||||
int timeout = 3000}) async {
|
||||
try {
|
||||
final completer = Completer<dynamic>();
|
||||
_id += 1;
|
||||
|
|
Loading…
Reference in a new issue