wso2 / product-ei

An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
https://wso2.com/integration/
Apache License 2.0
373 stars 279 forks source link

Update EI tests to pass correct timeout values into Util methods #1306

Closed abeykoon closed 6 years ago

abeykoon commented 6 years ago

Description: Current code has passed timeout values in Milliseconds into Utils.checkForLog(), Utils.checkForLogsWithPriority() methods which is wrong. This will cause tests to wait x1000 times than we expect on a situation required log does not appear on system logs.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

EI6.1.1

abeykoon commented 6 years ago

PR: https://github.com/wso2/product-ei/pull/1303 Fixes the issue