[lldb-cmake] Time test and shuffle

git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@370554 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/zorg/jenkins/monorepo_build.py b/zorg/jenkins/monorepo_build.py
index 2a52d31..b2055f2 100644
--- a/zorg/jenkins/monorepo_build.py
+++ b/zorg/jenkins/monorepo_build.py
@@ -644,7 +644,7 @@
 
     if standalone_type == "install-tree":
         external_lit = os.path.join(conf.builddir(), 'bin', 'llvm-lit')
-        cmake_cmd.extend(['-DLLVM_LIT_ARGS=--xunit-xml-output={} -v'.format(results_file)])
+        cmake_cmd.extend(['-DLLVM_LIT_ARGS=--xunit-xml-output={} -v --time-tests --shuffle'.format(results_file)])
 
     if conf.CC():
         cmake_cmd.extend(['-DCMAKE_C_COMPILER=' + conf.CC(),