Skip to content

Commit 3002a2a

Browse files
test: Relax the timing constraint
1 parent 6bf418e commit 3002a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/JavaScriptEventLoopTests/JavaScriptEventLoopTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ final class JavaScriptEventLoopTests: XCTestCase {
235235
let result = try await promise!.value
236236
XCTAssertEqual(result, .number(3))
237237
}
238-
XCTAssertGreaterThanOrEqual(closureDiff, 200)
238+
XCTAssertGreaterThanOrEqual(closureDiff, 150)
239239
}
240240

241241
// MARK: - Clock Tests

0 commit comments

Comments
 (0)