pull/8695/head
Medya Gh 2020-07-10 13:13:45 -07:00
parent c240fa97bc
commit 11674e830f
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ package hyperkit
import (
"io/ioutil"
"os"
"path/filepath"
"testing"

View File

@ -25,7 +25,7 @@ import (
// giving it a generous timeout for possible super slow machines.
const initTimeOutMinutes = 10
// max seconds to wait for running kbuectl apply manfiests to the cluster to exit
// max seconds to wait for running kubectl apply manifests to the cluster to exit
const applyTimeoutSeconds = 10
// FailFastError type is an error that could not be solved by trying again