Update check.go

This commit is contained in:
sixth 2019-08-15 17:21:56 -04:00 committed by GitHub
parent 5a6b63a5c7
commit 6ccdff3e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,6 @@ func createErrorIfAnyHaveOccurred(c int, i int) error {
} }
func awaitDockerClient() { func awaitDockerClient() {
log.Debug("Sleeping for a seconds to ensure the docker api client has been properly initialized.") log.Debug("Sleeping for a second to ensure the docker api client has been properly initialized.")
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
} }