Skip to content

Commit

Permalink
Increase sleep duration in test
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed May 13, 2024
1 parent 8368eb2 commit 17a306f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testee.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from time import sleep, time

SLEEP_DURATION = 2
SLEEP_DURATION = 10

if __name__ == "__main__":
start = time()
Expand Down

0 comments on commit 17a306f

Please sign in to comment.