moving timeout to outside of just screenshotting to dump logs

This commit is contained in:
thelamer 2019-01-18 19:54:58 -08:00 committed by Ryan Kuba
parent 0cebe76f15
commit 9fb2edb16f

View File

@ -216,10 +216,10 @@ def container_test(tag):
report_status = 'FAIL'
(report_tests,report_containers,report_status) = endtest(container,report_tests,report_containers,report_status,tag,build_version,packages)
return (report_tests,report_containers,report_status)
# Sleep for the user specified amount of time
time.sleep(int(testdelay))
# Screenshot web interface and check connectivity
if screenshot == 'true':
# Sleep for the user specified amount of time
time.sleep(int(testdelay))
# Take a screenshot
if ssl == 'true':
proto = 'https://'