Roy Golan has submitted this change and it was merged.
Change subject: core: Extend the lapse of timeout
......................................................................
core: Extend the lapse of timeout
The unit-test fails selectively when trying to validate the expiration
time of a specific value.
The value is set with time of the system and compared to another call
for that system time.
The suspicious is that the second call might return a lower time than
the first one, as there is no contract for accuracy.
The solution is to increase the lapse of timeout.
Change-Id: I330a9b1ff5c20b0885f262943d1fe2107f8da7c7
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/TimeoutBaseTest.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Roy Golan: Looks good to me, approved
Moti Asayag: Verified
--
To view, visit
http://gerrit.ovirt.org/6376
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I330a9b1ff5c20b0885f262943d1fe2107f8da7c7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>