Skip to content

Commit

Permalink
test(pkarr): relax request timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Jan 12, 2025
1 parent 9ac0129 commit cf55897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkarr/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ mod tests {
let client = PkarrClient::builder()
.dht_settings(DhtSettings {
bootstrap: Some(testnet.bootstrap),
request_timeout: Some(Duration::from_millis(50)),
request_timeout: Some(Duration::from_millis(100)),
server: None,
port: None,
})
Expand Down

0 comments on commit cf55897

Please sign in to comment.