[tor-commits] [sbws/master] Increase space needed in test
pastly at torproject.org
pastly at torproject.org
Wed Sep 5 19:44:55 UTC 2018
commit ec42ff0376dfe99820c9dd290e402bea2fb3aaa0
Author: juga0 <juga at riseup.net>
Date: Fri Aug 3 12:54:48 2018 +0000
Increase space needed in test
---
tests/unit/util/test_fs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unit/util/test_fs.py b/tests/unit/util/test_fs.py
index 0f4c35a..e659d83 100644
--- a/tests/unit/util/test_fs.py
+++ b/tests/unit/util/test_fs.py
@@ -9,7 +9,7 @@ def mock_df_zero(path):
def mock_df_enough(path):
- return 32
+ return 89
@patch('sbws.util.fs.df', mock_df_zero)
More information about the tor-commits
mailing list