diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/requests/test-website.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requests/test-website.py b/test/requests/test-website.py index aa8b7404..7edb42bc 100755 --- a/test/requests/test-website.py +++ b/test/requests/test-website.py @@ -22,7 +22,7 @@ print("Mechanical Rob firing up...") def host_is_online(host): import time import requests - for count in range(1, 5): + for count in range(1, 10): try: time.sleep(count) requests.get(host) |