X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Flacp.at;h=ffc899666a3dc1de4ed2fe1cda1456a75e6035d2;hb=add037c6b692db9c66dd0c16dff2d4b1b46c7499;hp=0bcd4b3b11ff51e6fd5615807bb546d7635efa97;hpb=780325b5b8d4c0552b4b7719e0a38200d99f6b08;p=sliver-openvswitch.git 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 \