Skip to content

Commit

Permalink
ping: do not abort on long measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Dec 9, 2023
1 parent f53fedb commit 0f3c3ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,6 @@ def print_processes():
(stop1_ms - start_ms - duration_ms) / 1000
)
)
stop_all_terminals()
exit(1)

stop2_ms = millis()

Expand Down

0 comments on commit 0f3c3ee

Please sign in to comment.