Skip to content

Commit 5b0dc99

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

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
@@ -50,7 +50,7 @@ var tests = TestSuite("Time")
5050
}
5151
// give a reasonable range of expected elapsed time
5252
expectGT(elapsed, .milliseconds(90))
53-
expectLT(elapsed, .milliseconds(200))
53+
expectLT(elapsed, .milliseconds(300))
5454
}
5555

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

0 commit comments

Comments
 (0)