Skip to content

Commit

Permalink
tests: increase timeout because windows is slow
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Mar 26, 2024
1 parent c455cdd commit 8950c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ mod test_dns_pkarr {

let cancel = CancellationToken::new();
let origin = "testdns.example".to_string();
let timeout = Duration::from_secs(1);
let timeout = Duration::from_secs(2);

let (nameserver, pkarr_url, state, task) =
run_dns_and_pkarr_servers(origin.clone(), cancel.clone()).await?;
Expand Down

0 comments on commit 8950c66

Please sign in to comment.