B2G/QA/Ping Testing: Difference between revisions

Jump to navigation Jump to search
Line 19: Line 19:
## If you desire debug logging, change the line of code that says "var DEBUG = false;" to "var DEBUG = true;"
## If you desire debug logging, change the line of code that says "var DEBUG = false;" to "var DEBUG = true;"
## If you desire to change the time limit for how often a ping attempt happens, change the line of code that says "const DEFAULT_TRY_INTERVAL = 60 * 60 * 1000;" to "const DEFAULT_TRY_INTERVAL = <your time limit in ms>;"
## If you desire to change the time limit for how often a ping attempt happens, change the line of code that says "const DEFAULT_TRY_INTERVAL = 60 * 60 * 1000;" to "const DEFAULT_TRY_INTERVAL = <your time limit in ms>;"
## If you desire to change how many attempts a ping will be made, change the line of code that says "const DEFAULT_MAX_NETWORK_FAILS = 24; to "const DEFAULT_MAX_NETWORK_FAILS = <your # of attempts>;"
# test
# test


Confirmed users
2,959

edits

Navigation menu