From: Jarno Rajahalme Date: Tue, 2 Apr 2013 13:52:43 +0000 (+0300) Subject: tests/lacp.at: Fix comment. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0239c8604b3b61366b23a1a919a522ecaad16403;p=sliver-openvswitch.git tests/lacp.at: Fix comment. Fix residue from an earlier patch. Signed-off-by: Jarno Rajahalme Signed-off-by: Ben Pfaff --- diff --git a/tests/lacp.at b/tests/lacp.at index 0bcd4b3b1..ffc899666 100644 --- a/tests/lacp.at +++ b/tests/lacp.at @@ -292,7 +292,7 @@ AT_CHECK([grep 'active slave' stdout], [0], [dnl ]) # Redirect the patch link between p0 and p2 so that no packets get -# back and forth across them anymore. Then wait 2.5 simulated +# back and forth across them anymore. Then wait 4 simulated # seconds. The LACP state should become "expired" for p0 and p2. AT_CHECK([ovs-vsctl \ -- add-port br0 null0 -- set int null0 type=patch options:peer=p2 -- set int p2 options:peer=null0 \