Skip to content

Commit 46e470c

Browse files
test: relax test/Concurrency/Runtime/clock.swift expectation
this test is flaky on high load-average environments like GHA
1 parent cac49ea commit 46e470c

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
@@ -18,7 +18,7 @@ var tests = TestSuite("Time")
1818
}
1919
// give a reasonable range of expected elapsed time
2020
expectGT(elapsed, .milliseconds(90))
21-
expectLT(elapsed, .milliseconds(200))
21+
expectLT(elapsed, .milliseconds(300))
2222
}
2323

2424
tests.test("ContinuousClock sleep with tolerance") {

0 commit comments

Comments
 (0)