Skip to content

Commit 9d28090

Browse files
test: relax test/Concurrency/Runtime/clock.swift expectation part 2
this is a follow up fix of 3a6b42b
1 parent 46e470c commit 9d28090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/Runtime/clock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var tests = TestSuite("Time")
4646
}
4747
// give a reasonable range of expected elapsed time
4848
expectGT(elapsed, .milliseconds(90))
49-
expectLT(elapsed, .milliseconds(200))
49+
expectLT(elapsed, .milliseconds(300))
5050
}
5151

5252
tests.test("SuspendingClock sleep with tolerance") {

0 commit comments

Comments
 (0)