Skip to content

Commit ba494d5

Browse files
committed
Increase performance threshold for special values array test to 10ms
1 parent fde6ae9 commit ba494d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IEEE_754 Tests/[Double] Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ extension `Performance Tests` {
303303
}
304304
}
305305

306-
@Test(.timed(threshold: .milliseconds(3)))
306+
@Test(.timed(threshold: .milliseconds(10)))
307307
func `special values array 1000 times`() {
308308
let specialValues: [Double] = [
309309
0.0, -0.0,

0 commit comments

Comments
 (0)