Commit 59673d48 by Madhan Neethiraj

ATLAS-2362: Fix IT failures in sqoop,falcon bridge module (#2)

parent bd39a509
......@@ -304,7 +304,7 @@ public class FalconHookIT {
}
private String assertEntityIsRegistered(final String typeName, final String property, final String value) throws Exception {
waitFor(2000, new Predicate() {
waitFor(80000, new Predicate() {
@Override
public void evaluate() throws Exception {
Referenceable entity = atlasClient.getEntity(typeName, property, value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment