From 4a84eaa02447d02f1e9a5174c45ae9eae234ffb0 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 2 Oct 2015 11:27:01 +0200 Subject: [PATCH] travis: increase registration timeout --- TestsUI/LinphoneTestCase.m | 2 +- Tools/imgur_upload.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestsUI/LinphoneTestCase.m b/TestsUI/LinphoneTestCase.m index 89148092b..f20fbc673 100644 --- a/TestsUI/LinphoneTestCase.m +++ b/TestsUI/LinphoneTestCase.m @@ -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 diff --git a/Tools/imgur_upload.sh b/Tools/imgur_upload.sh index d7277ff44..bd36a7c4a 100755 --- a/Tools/imgur_upload.sh +++ b/Tools/imgur_upload.sh @@ -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