Fix unstable FixedThreadPoolConfigBeanTest 47/7747/2
authorTomas Olvecky <tolvecky@cisco.com>
Thu, 5 Jun 2014 16:03:17 +0000 (18:03 +0200)
committerTomas Olvecky <tolvecky@cisco.com>
Fri, 6 Jun 2014 07:06:23 +0000 (09:06 +0200)
commit69ec01e0d1cfc59511d2e5b1a4416d9d4e448bfc
tree18f30defda89118ee314e511692b83cf2f091ea4
parent03eb0149e2d6e045e40d7cdf338ee060bc39f070
Fix unstable FixedThreadPoolConfigBeanTest

Test was failing because threads were not cleaned
up right after the thread pool was shut down. Test now
waits up to 60 seconds before failing on threads
that should have been destroyed.

Change-Id: Ie9ac856007772f39426dbcbb2af0fb66226fc2c0
Signed-off-by: Tomas Olvecky <tolvecky@cisco.com>
opendaylight/config/threadpool-config-impl/src/test/java/org/opendaylight/controller/config/threadpool/fixed/FixedThreadPoolConfigBeanTest.java