summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLAnnotationViewTests.m
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-09-18 13:55:23 -0700
committerJason Wray <jason@mapbox.com>2018-09-19 15:39:11 -0700
commitbcd135b7770cb7032e36bda995bb1dd3863f5880 (patch)
tree375b13bcbba3ab73e19fc79a8810fcfee4103f69 /platform/ios/test/MGLAnnotationViewTests.m
parent928a359242d72741ef9cb6570f3bf67dbda2fdd4 (diff)
downloadqtlocation-mapboxgl-bcd135b7770cb7032e36bda995bb1dd3863f5880.tar.gz
[ios, tests] Bump most waitForExpectationsWithTimeout's to 5supstream/fb-circleci-xcode10-beta
[skip firebase]
Diffstat (limited to 'platform/ios/test/MGLAnnotationViewTests.m')
-rw-r--r--platform/ios/test/MGLAnnotationViewTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/test/MGLAnnotationViewTests.m b/platform/ios/test/MGLAnnotationViewTests.m
index 7bf7c90a33..6c3cd6ea4a 100644
--- a/platform/ios/test/MGLAnnotationViewTests.m
+++ b/platform/ios/test/MGLAnnotationViewTests.m
@@ -85,7 +85,7 @@ static NSString * const MGLTestAnnotationReuseIdentifer = @"MGLTestAnnotationReu
MGLTestAnnotation *annotation = [[MGLTestAnnotation alloc] init];
[_mapView addAnnotation:annotation];
- [self waitForExpectationsWithTimeout:1 handler:nil];
+ [self waitForExpectationsWithTimeout:5 handler:nil];
XCTAssert(_mapView.annotations.count == 1, @"number of annotations should be 1");
XCTAssertNotNil(_annotationView.annotation, @"annotation property should not be nil");