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.
1 parent c20eec8 commit 28a3364Copy full SHA for 28a3364
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