test completed successfully (/dev/random was too slow)
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 14 Jan 2016 14:16:13 +0000 (15:16 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 14 Jan 2016 14:16:13 +0000 (15:16 +0100)
test/disc_filler_test.py

index 0dca339..4db468d 100755 (executable)
@@ -24,8 +24,8 @@ def main(test_dir):
 def fill_disc(test_dir):
     """ write data to file in given directory """
 
-    source = '/dev/random'
-    chunk_size = 1024
+    source = '/dev/urandom'
+    chunk_size = 4096
     temp_file_prefix = 'pyi2n_disc_fill_test_'
     print_interval = 1