extend request timeout for paynym api

This commit is contained in:
Craig Raw
2023-02-28 14:37:46 +02:00
parent 80dd59928e
commit f06b859c82
2 changed files with 3 additions and 3 deletions
@@ -33,7 +33,7 @@ public class PayNymService {
private final JavaHttpClientService httpClientService;
public PayNymService(HostAndPort torProxy) {
this.httpClientService = new JavaHttpClientService(torProxy);
this.httpClientService = new JavaHttpClientService(torProxy, 120000);
}
public Observable<Map<String, Object>> createPayNym(Wallet wallet) {