Skip to content

Commit 59b2fd4

Browse files
committed
tests: increase timeout because windows is slow
1 parent 20451f2 commit 59b2fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-net/src/discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ mod test_dns_pkarr {
662662

663663
let cancel = CancellationToken::new();
664664
let origin = "testdns.example".to_string();
665-
let timeout = Duration::from_secs(1);
665+
let timeout = Duration::from_secs(2);
666666

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

0 commit comments

Comments
 (0)