Fix unhandled timeout in OVSDBNettyFactoryIT 52/6852/5
authorDave Tucker <dave@dtucker.co.uk>
Sat, 10 May 2014 02:01:03 +0000 (03:01 +0100)
committerDave Tucker <dave@dtucker.co.uk>
Sat, 10 May 2014 21:05:29 +0000 (22:05 +0100)
commit9fe9e806fdec4bc3104867e39f1b1a97fc8c7aa3
treeeb1404f0c89ffb8f302fcf5293040c321d41775e
parent3f558a66024ae5b63de20a9b9c906e51e2ed2296
Fix unhandled timeout in OVSDBNettyFactoryIT

The IT sometimes hangs when run due to a timeout in getting the schema.
Limit connection attemtps to 3 seconds with 3 retries.
This does not fix the root cause, but *does* fail the IT.

Change-Id: Ie209fb5cadadd832991dc406133b96e291d38369
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
ovsdb/src/test/java/org/opendaylight/ovsdb/lib/message/OVSDBNettyFactoryIT.java