Confirmed users
2,959
edits
| Line 21: | Line 21: | ||
## If you desire to change how many attempts a ping will be made, then change the line of code that says "const DEFAULT_MAX_NETWORK_FAILS = 24; to "const DEFAULT_MAX_NETWORK_FAILS = <your # of attempts>;" | ## If you desire to change how many attempts a ping will be made, then change the line of code that says "const DEFAULT_MAX_NETWORK_FAILS = 24; to "const DEFAULT_MAX_NETWORK_FAILS = <your # of attempts>;" | ||
## If you desire to change the ping's timeout to connect send data to the metrics server, then change the line of code that says "DEFAULT_PING_TIMEOUT = 60 * 1000;" to "DEFAULT_PING_TIMEOUT = <your time limit in ms>;" | ## If you desire to change the ping's timeout to connect send data to the metrics server, then change the line of code that says "DEFAULT_PING_TIMEOUT = 60 * 1000;" to "DEFAULT_PING_TIMEOUT = <your time limit in ms>;" | ||
# | # Flash Gaia by running "MOZILLA_OFFICIAL=1 make production" | ||
=== Running Test Cases & Analyzing Results === | === Running Test Cases & Analyzing Results === | ||