Skip to content

Commit fc47541

Browse files
committed
contest: virtio: increase setup wait
Looks like we're not giving ourselves enough time for DAD to reliably finish. Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 3819987 commit fc47541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contest/scripts/vm-virtio-loop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ ip -netns ns-remote addr add dev eth1 2001:db8::2/64
2929
export LOCAL_V6=2001:db8::1
3030
export REMOTE_V6=2001:db8::2
3131

32-
sleep 1
32+
sleep 2

0 commit comments

Comments
 (0)