mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-19 14:04:23 +01:00
test(pubky): increase request_timeout to avoid failing resolution
This commit is contained in:
@@ -76,7 +76,7 @@ impl PubkyClient {
|
||||
pub fn test(testnet: &Testnet) -> Self {
|
||||
let pkarr = PkarrClient::builder()
|
||||
.dht_settings(DhtSettings {
|
||||
request_timeout: Some(Duration::from_millis(100)),
|
||||
request_timeout: Some(Duration::from_millis(500)),
|
||||
bootstrap: Some(testnet.bootstrap.to_owned()),
|
||||
..DhtSettings::default()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user