Added more http endpoint tests

Forgot to uncomment these, revealed a flaw in the nginx config
nginx now has parity with lighttpd for pages it returns and return codes
This commit is contained in:
diginc
2016-08-28 01:11:55 -05:00
parent 49bae4f0cd
commit 30fe0a3353
3 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ def Slow():
Run a slow check, check if the state is correct for `timeout` seconds.
"""
import time
def slow(check, timeout=15):
def slow(check, timeout=5):
timeout_at = time.time() + timeout
while True:
try: