summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-28 11:35:32 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-05-05 01:07:29 -0700
commit585c63fb1e5bf7c0d49d26f4182f791cd87634b9 (patch)
treef83fda52b6771526c1caa76f7b06d7fa1525c1de
parent136a3e61f7744601b46c464f4514530cebb175f3 (diff)
downloadqtlocation-mapboxgl-585c63fb1e5bf7c0d49d26f4182f791cd87634b9.tar.gz
[ios] Increased user dot timeout
-rw-r--r--platform/ios/uitest/MGLUserLocationTests.m2
1 files changed, 1 insertions, 1 deletions
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"];