Skip to content

Commit 50cfddc

Browse files
Relax the timinig requirements in JavaScriptEventLoopTests/testPromiseThen
1 parent 005fbcd commit 50cfddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/JavaScriptEventLoopTests/JavaScriptEventLoopTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ final class JavaScriptEventLoopTests: XCTestCase {
157157
let result = try await promise2.value
158158
XCTAssertEqual(result, .string("3.0"))
159159
}
160-
XCTAssertGreaterThanOrEqual(thenDiff, 200)
160+
XCTAssertGreaterThanOrEqual(thenDiff, 150)
161161
}
162162

163163
func testPromiseThenWithFailure() async throws {

0 commit comments

Comments
 (0)