[
https://issues.apache.org/jira/browse/FALCON-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693008#comment-14693008
]
pavan kumar kolamuri commented on FALCON-1389:
----------------------------------------------
Hi [~venkatnrangan] The test case waits until 20 secs for it get to succeed.
But i think in your case its taking more time . Can you please increase the
time to 40 secs and check please . Then we will increase the timeout window if
that works out
In FalconUnitTestBase class change the value 20000 to 40000 or 60000
protected long waitForStatus(final EntityType entityType, final String
entityName, final String instanceTime) {
return waitFor(20000, new Predicate() {
public boolean evaluate() throws Exception {
InstancesResult.WorkflowStatus status =
falconUnitClient.getInstanceStatus(entityType,
entityName, instanceTime);
return InstancesResult.WorkflowStatus.SUCCEEDED.equals(status);
}
});
}
> Trunk build is broken
> ---------------------
>
> Key: FALCON-1389
> URL: https://issues.apache.org/jira/browse/FALCON-1389
> Project: Falcon
> Issue Type: Bug
> Reporter: Ajay Yadava
>
> Nightly builds had been reporting an issue, though tests were passing on my
> local. Now it has started to happen consistently. Will debug and add more
> details.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)