Skip to content

Commit d842ceb

Browse files
authored
Merge pull request #300 from mulkieran/smallify-test-devices
Make test devices 8 GiB instead of 1 TiB
2 parents e819432 + 02393c0 commit d842ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from testlib.infra import PostTestCheck
2828

2929
_LOSETUP_BIN = "/usr/sbin/losetup"
30-
_SIZE_OF_DEVICE = 1024**4 # 1 TiB
30+
_SIZE_OF_DEVICE = 8 * (1024**3) # 8 GiB
3131

3232

3333
class _LogBlockdev: # pylint: disable=too-few-public-methods

0 commit comments

Comments
 (0)