Skip to content

Commit

Permalink
Increases timing flexibility because of build server.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Sep 1, 2015
1 parent 1a59524 commit fa6f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxTests/RxSwiftTests/Tests/Observable+TimeTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ extension ObservableTimeTest {

let end = NSDate()

XCTAssertEqualWithAccuracy(2, end.timeIntervalSinceDate(start), accuracy: 0.3)
XCTAssertEqualWithAccuracy(2, end.timeIntervalSinceDate(start), accuracy: 0.5)
XCTAssertEqual(a, [0, 1])
}
}
Expand Down

0 comments on commit fa6f4a8

Please sign in to comment.