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 1694e78 commit 3aa9cb8Copy full SHA for 3aa9cb8
Tests/JavaScriptEventLoopTests/JavaScriptEventLoopTests.swift
@@ -197,7 +197,7 @@ final class JavaScriptEventLoopTests: XCTestCase {
197
let result = try await catchPromise2.value
198
XCTAssertEqual(result.object?.message, .string("test"))
199
}
200
- XCTAssertGreaterThanOrEqual(catchDiff, 200)
+ XCTAssertGreaterThanOrEqual(catchDiff, 150)
201
202
203
// MARK: - Continuation Tests
0 commit comments