Skip to content

Commit

Permalink
Tweak timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-stroke authored Nov 17, 2024
1 parent 216eeb1 commit f3fb46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uptime.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main() -> None:
info_print_interval_seconds = 40
ljust_num = 12
num_outages = 0
timeout_limit = 4.8
timeout_limit = 7
outage_start = 0.0
outages: list[Outage] = []
start_time = 0.0
Expand Down

0 comments on commit f3fb46e

Please sign in to comment.