summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ios/MapViewTests.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ios/MapViewTests.m b/test/ios/MapViewTests.m
index f4ae501d7e..98636d1a90 100644
--- a/test/ios/MapViewTests.m
+++ b/test/ios/MapViewTests.m
@@ -46,7 +46,7 @@
270,
@"setting direction should take effect");
- [tester waitForTimeInterval:1];
+ [tester waitForTimeInterval:2];
XCTAssertEqual(tester.compass.alpha,
1,
@@ -89,7 +89,7 @@
[tester.mapView resetNorth];
- [tester waitForTimeInterval:1];
+ [tester waitForTimeInterval:2];
XCTAssertEqual(tester.mapView.direction,
0,