From 585c63fb1e5bf7c0d49d26f4182f791cd87634b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 28 Apr 2016 11:35:32 -0700 Subject: [ios] Increased user dot timeout --- platform/ios/uitest/MGLUserLocationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/uitest/MGLUserLocationTests.m b/platform/ios/uitest/MGLUserLocationTests.m index 1e306b1956..c1ad94c3ad 100644 --- a/platform/ios/uitest/MGLUserLocationTests.m +++ b/platform/ios/uitest/MGLUserLocationTests.m @@ -28,7 +28,7 @@ }] evaluatedWithObject:userLocationAnnotationElement handler:nil]; [userTrackingModeElement tap]; XCTAssertEqualObjects(userTrackingModeElement.value, @"Follow location", @"User location tracking mode should be on after tapping the user tracking mode button."); - [self waitForExpectationsWithTimeout:3 handler:nil]; + [self waitForExpectationsWithTimeout:5 handler:nil]; // Open the user dot’s callout view. XCUIElement *titleText = app.staticTexts[@"You Are Here"]; -- cgit v1.2.1