travis: increase registration timeout

This commit is contained in:
Gautier Pelloux-Prayer 2015-10-02 11:27:01 +02:00
parent 5bec68dc3d
commit 4a84eaa024
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@
- (void)waitForRegistration {
// wait for account to be registered
int timeout = 15;
int timeout = 45; // TODO: check why this is so wrong...
while (timeout && [tester tryFindingViewWithAccessibilityLabel:@"Registration state"
value:@"Registered"
traits:UIAccessibilityTraitStaticText

View file

@ -2,7 +2,7 @@
# Install underscore-cli for hacking
if ! which underscore &> /dev/null; then
npm install -g underscore-cli
npm install -g underscore-cli >/dev/null
fi
cd $KIF_SCREENSHOTS