Skip to content

Commit

Permalink
test: sleep more time for resize e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 7, 2020
1 parent 5952efb commit 3f37cb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func (t *DynamicallyProvisionedResizeVolumeTest) Run(client clientset.Interface,
}
updatedSize := updatedPvc.Spec.Resources.Requests["storage"]

ginkgo.By("sleep 30s waiting for resize complete")
time.Sleep(30 * time.Second)
ginkgo.By("sleep 180s waiting for resize complete")
time.Sleep(180 * time.Second)

ginkgo.By("checking the resizing result")
newPvc, err := client.CoreV1().PersistentVolumeClaims(namespace.Name).Get(context.TODO(), pvcName, metav1.GetOptions{})
Expand Down

0 comments on commit 3f37cb1

Please sign in to comment.