Extend timeout in test JobsBrokerService 95/81895/1
authorIttay Stern <ittay.stern@att.com>
Sun, 10 Mar 2019 09:58:24 +0000 (11:58 +0200)
committerIttay Stern <ittay.stern@att.com>
Sun, 10 Mar 2019 09:58:24 +0000 (11:58 +0200)
commit8aff973214f44a1f4cf95e5330cb9687be1bfa76
tree476f0327432c28e0571c905d6404d2484a83235c
parent8ebd71ed51786d84d9b3cadae421db409a719034
Extend timeout in test JobsBrokerService

This resolves instability in tests, e.g.:
java.lang.RuntimeException: java.util.concurrent.TimeoutException
at ...JobsBrokerServiceTest.waitForFutureOptionalJob()
at ...JobsBrokerServiceTest.getAlotOfJobs()

Change-Id: Ie77f156c0b1ca9892af03fe668bf275b9d74cedb
Issue-ID: VID-433
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-app-common/src/test/java/org/onap/vid/services/JobsBrokerServiceTest.java