Skip to content

Commit

Permalink
relaxing func_3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla authored Nov 29, 2023
1 parent 9ade8ae commit 7ab3f44
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 @@ -133,7 +133,7 @@ def func_2():

functions.append(func_2)

@trace(iterations = 250, mult = 1.5)
@trace(iterations = 300, mult = 1.5)
def func_3():
pickle.loads(pickle.dumps(iter(fd_1.items())))

Expand Down

0 comments on commit 7ab3f44

Please sign in to comment.