Skip to content
Snippets Groups Projects
Commit 7a27b0a1 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

reduced a timeout

parent c35cd5c1
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ var waitAndDisconnect bool ...@@ -79,7 +79,7 @@ var waitAndDisconnect bool
func Poll(instance *internal.Instance) error { func Poll(instance *internal.Instance) error {
if waitAndDisconnect { if waitAndDisconnect {
time.Sleep(10 * time.Second) time.Sleep(5 * time.Second)
for _, host := range HostList { for _, host := range HostList {
host.Disconnect() host.Disconnect()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment