Skip to content

Commit 37451cc

Browse files
committed
...
1 parent 3c0edd2 commit 37451cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/ddm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ async fn run_trio_tests(
485485
retry_cmd!(zt1.zexec("/opt/oxide/dendrite/bin/swadm arp list"), 1, 10);
486486
retry_cmd!(zt1.zexec("/opt/oxide/dendrite/bin/swadm addr list"), 1, 10);
487487
retry_cmd!(
488-
zs1.zexec("ndp -na; netstat -nr -f inet6; ping fd00:2::1"),
488+
zs1.zexec("ndp -na; netstat -nr -f inet6; ping -ns fd00:2::1 60 2"),
489489
1,
490490
10
491491
);

0 commit comments

Comments
 (0)