I am using KIF for developing tests, but sometimes because I am getting data from a service that takes more than 10 seconds a tests fails, so I would like to know how to change the default timeout.
Is there other solution for this issue I was trying:
[tester waitForAbsenceOfViewWithAccessibilityLabel:@"Configuración"];
However, it seems this function is not working properly so I have decided to increase the timeout.