Skip to content

Commit 428f811

Browse files
committed
tests: increase timeout because windows is slow
1 parent 5d9df01 commit 428f811

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
@@ -636,7 +636,7 @@ mod test_dns_pkarr {
636636

637637
let cancel = CancellationToken::new();
638638
let origin = "testdns.example".to_string();
639-
let timeout = Duration::from_secs(1);
639+
let timeout = Duration::from_secs(2);
640640

641641
let (nameserver, pkarr_url, state, task) =
642642
run_dns_and_pkarr_servers(&origin, cancel.clone()).await?;

0 commit comments

Comments
 (0)