Issue Type: Bug Bug
Affects Versions: 1.3.0
Assignee: Christos Vasilakis
Created: 20/Jan/14 5:22 AM
Description:

a phenomenon appeared with random test failing. The root-cause of this was tracked to be on the use of Kiwi:

[[expectFutureValue(theValue(finishedFlag)) shouldEventually] beYes];

which has default aggressive timeout of 1 sec. Occasionally some async methods may take some more time to run, which makes the test case to 'erroneous' fail.

Where it makes senses Kiwi's 'shouldEventuallyBeforeTimingOutAfter(x seconds)' should be used to avoid this.

Fix Versions: 1.4.0
Project: AeroGear iOS
Labels: ios
Priority: Major Major
Reporter: Christos Vasilakis
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira