From d514625849f6412106dd49228d64d0adcd88e4cf Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Wed, 29 Mar 2017 16:43:35 +0300 Subject: [PATCH] Override the default time limit in test_memory.t to improve stability. --- tests/t/test_memory.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/t/test_memory.t b/tests/t/test_memory.t index ab48a3c..9b006dc 100644 --- a/tests/t/test_memory.t +++ b/tests/t/test_memory.t @@ -2,7 +2,7 @@ memory benchmark tests ######################################################################## - $ args="memory --memory-block-size=4K --memory-total-size=1G --events=100 --threads=2" + $ args="memory --memory-block-size=4K --memory-total-size=1G --events=1 --time=0 --threads=2" The --memory-hugetlb option is supported and printed by 'sysbench help' only on Linux.