Skip to content

Commit

Permalink
sleep for longer
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefmih committed Mar 26, 2024
1 parent 4584b2d commit 08e5be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main():
print("consuming memory")
consume_memory()
print("sleeping for 10 seconds")
time.sleep(10)
time.sleep(70)


if __name__ == "__main__":
Expand Down

0 comments on commit 08e5be8

Please sign in to comment.