Skip to content

Commit ae11d0b

Browse files
committed
Reduce the number of iterations to a reasonable number
1 parent 1ce495f commit ae11d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Runtime/weak-reference-racetests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import StdlibUnittest
55

6-
let iterations = 1_000
6+
let iterations = 100
77

88
class Thing {}
99

0 commit comments

Comments
 (0)