tests: Make OVS_WAIT_WHILE, OVS_WAIT_UNTIL run even faster in some cases.
authorBen Pfaff <blp@ovn.org>
Sun, 5 Jul 2015 17:20:35 +0000 (10:20 -0700)
committerBen Pfaff <blp@ovn.org>
Thu, 26 Nov 2015 21:28:29 +0000 (13:28 -0800)
commit4c619f4d8bb2d773e34cc9a608b125b2601c1271
tree470f69379fa6f44d21d9c85d64046400bb0dbe66
parent2c920d9d84cfdaa486e3da63cd4b77413221fb64
tests: Make OVS_WAIT_WHILE, OVS_WAIT_UNTIL run even faster in some cases.

Sometimes OVS_WAIT_WHILE and OVS_WAIT_UNTIL are used for conditions that
tend to be true immediately but sometimes take a moment or two.  This
change makes such cases 0.1 seconds faster (which could add up over
hundreds of tests).

Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
tests/ovs-macros.at