Skip to content

Commit 3a6b42b

Browse files
test: relax test/Concurrency/Runtime/clock.swift expectation
this test is flaky on high load-average environments like GHA
1 parent 03cfbc7 commit 3a6b42b

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
@@ -22,7 +22,7 @@ var tests = TestSuite("Time")
2222
}
2323
// give a reasonable range of expected elapsed time
2424
expectGT(elapsed, .milliseconds(90))
25-
expectLT(elapsed, .milliseconds(200))
25+
expectLT(elapsed, .milliseconds(300))
2626
}
2727

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

0 commit comments

Comments
 (0)