Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Increased timeout for rotation animation
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored and incanus committed Sep 15, 2015
1 parent 6ec8b28 commit c1d2292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ios/MapViewTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ - (void)testDirectionSet {
270,
@"setting direction should take effect");

[tester waitForTimeInterval:1];
[tester waitForTimeInterval:2];

XCTAssertEqual(tester.compass.alpha,
1,
Expand Down Expand Up @@ -89,7 +89,7 @@ - (void)testDirectionReset {

[tester.mapView resetNorth];

[tester waitForTimeInterval:1];
[tester waitForTimeInterval:2];

XCTAssertEqual(tester.mapView.direction,
0,
Expand Down

0 comments on commit c1d2292

Please sign in to comment.