Add retry mechanism for speed test in runtest.sh and update settings for max retries and delay
This commit is contained in:
parent
9d446b6353
commit
0eab8a0bfa
2 changed files with 36 additions and 3 deletions
|
@ -13,4 +13,7 @@ INTERFACE=wlan0
|
|||
PING_COUNT=25
|
||||
PING_TARGET=1.1.1.1
|
||||
|
||||
MAX_RETRIES=5
|
||||
RETRY_DELAY=10 # seconds
|
||||
|
||||
RECIPIENT=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue