We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e819432 + 02393c0 commit d842cebCopy full SHA for d842ceb
1 file changed
test_harness.py
@@ -27,7 +27,7 @@
27
from testlib.infra import PostTestCheck
28
29
_LOSETUP_BIN = "/usr/sbin/losetup"
30
-_SIZE_OF_DEVICE = 1024**4 # 1 TiB
+_SIZE_OF_DEVICE = 8 * (1024**3) # 8 GiB
31
32
33
class _LogBlockdev: # pylint: disable=too-few-public-methods
0 commit comments