Merge pull request #6807 from shnmorimoto/fix_pool_device_test

fix pool_device_test
This commit is contained in:
Phil Estes 2022-04-15 18:09:01 +01:00 committed by GitHub
commit fed7df1e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ const (
thinDevice1 = "thin-1"
thinDevice2 = "thin-2"
snapDevice1 = "snap-1"
device1Size = 100000
device2Size = 200000
device1Size = 1000000
device2Size = 2000000
testsPrefix = "devmapper-snapshotter-tests-"
)