From 83e64d3406c385029664c1dd271b2be61d017fd1 Mon Sep 17 00:00:00 2001 From: Yunhong Jiang Date: Fri, 26 Aug 2016 17:21:52 -0700 Subject: [PATCH] Change the cyclictest time Currently the cyclictest runs only 1 seconds, that's too short for patch verification. Increase this time to be 10 minutes to make it more reasonable. In long term, we should have another type of task to run 24 hours testing. Change-Id: I48534b3da48018060c885305488b969286c8bd49 Signed-off-by: Yunhong Jiang --- tests/cyclictest-node-context.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cyclictest-node-context.yaml b/tests/cyclictest-node-context.yaml index be1219c91..2dd74d937 100644 --- a/tests/cyclictest-node-context.yaml +++ b/tests/cyclictest-node-context.yaml @@ -17,7 +17,7 @@ scenarios: affinity: 1 interval: 1000 priority: 99 - loops: 1000 + loops: 600000 threads: 1 histogram: 90 host: kvm.LF -- 2.16.6