From 4857f50de448972f186da87d1f95f86e4b72d495 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 14 Jan 2016 15:16:13 +0100 Subject: [PATCH] test completed successfully (/dev/random was too slow) --- test/disc_filler_test.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/disc_filler_test.py b/test/disc_filler_test.py index 0dca339..4db468d 100755 --- a/test/disc_filler_test.py +++ b/test/disc_filler_test.py @@ -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 -- 1.7.1