Skip to content

Commit

Permalink
tuning memory leak tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Jul 22, 2022
1 parent 131e8fa commit 17669e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def func_20():

functions.append(func_20)

@trace(iterations=600)
@trace(iterations=800)
def func_21():
pickle.loads(pickle.dumps(fd_1))

Expand Down

0 comments on commit 17669e6

Please sign in to comment.