diff --git a/test_harness.py b/test_harness.py index 2e34082..2bd4cec 100644 --- a/test_harness.py +++ b/test_harness.py @@ -27,7 +27,7 @@ from testlib.infra import PostTestCheck _LOSETUP_BIN = "/usr/sbin/losetup" -_SIZE_OF_DEVICE = 1024**4 # 1 TiB +_SIZE_OF_DEVICE = 8 * (1024**3) # 8 GiB class _LogBlockdev: # pylint: disable=too-few-public-methods