Skip to content

Commit 1d3c6b1

Browse files
committed
Increase the attempts for thunks to be GC'd during precompilation
This may help fix CI with the DTables.jl test.
1 parent a10afd1 commit 1d3c6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/precompile.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Clean up refs
1313
t1 = nothing; t2 = nothing
1414
state = Sch.EAGER_STATE[]
15-
for i in 1:5
15+
for i in 1:10
1616
length(state.thunk_dict) == 1 && break
1717
GC.gc()
1818
yield()

0 commit comments

Comments
 (0)