mirror of
https://github.com/linuxserver/docker-ci.git
synced 2026-02-05 03:01:45 +08:00
moving timeout to outside of just screenshotting to dump logs
This commit is contained in:
parent
0cebe76f15
commit
9fb2edb16f
4
ci/ci.py
4
ci/ci.py
@ -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://'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user