Skip to content

Commit

Permalink
Reduce MAX_PASS_INCREASEMENT_THRESHOLD to 3.
Browse files Browse the repository at this point in the history
Helps: #78
  • Loading branch information
marxin committed Aug 30, 2022
1 parent b11db4d commit f5da22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvise/utils/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# change default Pebble sleep unit for faster response
pebble.common.SLEEP_UNIT = 0.01
MAX_PASS_INCREASEMENT_THRESHOLD = 5
MAX_PASS_INCREASEMENT_THRESHOLD = 3


def rmfolder(name):
Expand Down

0 comments on commit f5da22c

Please sign in to comment.