Skip to content

Commit 77553cf

Browse files
author
Hantao (Will) Wang
committed
increase wait time until driver is deployed
1 parent 1b80322 commit 77553cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/driver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func installDriver(goPath, pkgDir, stagingImage, stagingVersion, deployOverlayNa
6464
}
6565

6666
// TODO (#139): wait for driver to be running
67-
time.Sleep(10 * time.Second)
67+
time.Sleep(time.Minute)
6868
statusCmd := exec.Command("kubectl", "describe", "pods", "-n", "default")
6969
err = runCommand("Checking driver pods", statusCmd)
7070
if err != nil {

0 commit comments

Comments
 (0)