summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-09-11 15:42:41 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-15 11:05:46 -0700
commitc1d229280942778e43cce014f3c761db09d191d1 (patch)
tree6c3852c2c75f86bc7c2f73aba58cf5c3b8b42e48 /test
parent6ec8b2805db9c88b3a37616a2c1ce82951557e1f (diff)
downloadqtlocation-mapboxgl-c1d229280942778e43cce014f3c761db09d191d1.tar.gz
Increased timeout for rotation animation
Diffstat (limited to 'test')
-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,