From 50b10bd0c4161ff64c529eb2ae6909093586b0cf Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 28 Oct 2022 16:29:56 +0300 Subject: Increase back-off time before mechanical-rob tests run --- test/requests/test-website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/requests') 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) -- cgit v1.2.3