We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c20eec8 + 28a3364 commit 6f7f692Copy full SHA for 6f7f692
TestFoundation/TestNSTimer.swift
@@ -59,7 +59,7 @@ class TestNSTimer : XCTestCase {
59
XCTAssertEqual(timer.timeInterval, interval)
60
61
let currentInterval = Date().timeIntervalSince1970
62
- XCTAssertEqual(currentInterval, previousInterval + interval, accuracy: 0.01)
+ XCTAssertEqual(currentInterval, previousInterval + interval, accuracy: 0.2)
63
previousInterval = currentInterval
64
65
flag += 1
0 commit comments