mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
add proxyInfo-aware timeout to node test
This commit is contained in:
parent
1153162fa9
commit
23c76b5034
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Future<bool> _xmrHelper(
|
|||
Uri.parse(uriString),
|
||||
false,
|
||||
proxyInfo: proxyInfo,
|
||||
);
|
||||
).timeout(Duration(seconds: proxyInfo != null ? 30 : 10));
|
||||
|
||||
if (response.cert != null) {
|
||||
if (context.mounted) {
|
||||
|
|
Loading…
Reference in a new issue