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 6bf418e commit 3002a2aCopy full SHA for 3002a2a
Tests/JavaScriptEventLoopTests/JavaScriptEventLoopTests.swift
@@ -235,7 +235,7 @@ final class JavaScriptEventLoopTests: XCTestCase {
235
let result = try await promise!.value
236
XCTAssertEqual(result, .number(3))
237
}
238
- XCTAssertGreaterThanOrEqual(closureDiff, 200)
+ XCTAssertGreaterThanOrEqual(closureDiff, 150)
239
240
241
// MARK: - Clock Tests
0 commit comments