summaryrefslogtreecommitdiffstats
path: root/src/copythread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/copythread.cpp')
-rw-r--r--src/copythread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copythread.cpp b/src/copythread.cpp
index 5b9710b..7ecc2a3 100644
--- a/src/copythread.cpp
+++ b/src/copythread.cpp
@@ -6,7 +6,7 @@
// 1M read size
#define BUFFER_SIZE (1000000)
-// 20 seconds for each test
+// 60 seconds for each test
#define TEST_LENGTH (60000)
#define BIGRAND (qint64(qrand()) | (qint64(qrand()) * qint64(RAND_MAX)))