mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
travis: increase registration timeout
This commit is contained in:
parent
5bec68dc3d
commit
4a84eaa024
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue