summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/copythread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/copythread.cpp b/src/copythread.cpp
index 34d89f4..ffec902 100644
--- a/src/copythread.cpp
+++ b/src/copythread.cpp
@@ -7,8 +7,8 @@
// 1M read size
#define BUFFER_SIZE (1000000)
-// 20 seconds for each test
-#define TEST_LENGTH (60000)
+// 30 seconds for each test
+#define TEST_LENGTH (30000)
#define BIGRAND (QRandomGenerator::global()->generate64())