aboutsummaryrefslogtreecommitdiff
path: root/test/requests/test-website.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requests/test-website.py')
-rwxr-xr-xtest/requests/test-website.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requests/test-website.py b/test/requests/test-website.py
index 36d85e98..c0b36182 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, 11):
+ for count in range(1, 5):
try:
time.sleep(count)
requests.get(host)