We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b80322 commit 77553cfCopy full SHA for 77553cf
test/k8s-integration/driver.go
@@ -64,7 +64,7 @@ func installDriver(goPath, pkgDir, stagingImage, stagingVersion, deployOverlayNa
64
}
65
66
// TODO (#139): wait for driver to be running
67
- time.Sleep(10 * time.Second)
+ time.Sleep(time.Minute)
68
statusCmd := exec.Command("kubectl", "describe", "pods", "-n", "default")
69
err = runCommand("Checking driver pods", statusCmd)
70
if err != nil {
0 commit comments