Skip to content

Commit 751f55a

Browse files
committed
improve large size volume cloning e2e test
1 parent 451ca04 commit 751f55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/dynamic_provisioning_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
14871487
skipIfUsingInTreeVolumePlugin()
14881488

14891489
pod := testsuites.PodDetails{
1490-
Cmd: "echo 'hello world' > /mnt/test-1/data && grep 'hello world' /mnt/test-1/data && dd if=/dev/zero of=/mnt/test-1/test bs=99G count=5",
1490+
Cmd: "echo 'hello world' > /mnt/test-1/data && grep 'hello world' /mnt/test-1/data && dd if=/dev/zero of=/mnt/test-1/test bs=19G count=5",
14911491
Volumes: []testsuites.VolumeDetails{
14921492
{
14931493
ClaimSize: "100Gi",

0 commit comments

Comments
 (0)